Skip to content

Commit

Permalink
checkout copyright action with secret
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Apr 10, 2024
1 parent ed9e143 commit 5604643
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.PUSH_FROM_WORKFLOW_TO_RETRIGGER }}

- name: Check for (and add) missing copyrights
shell: bash
Expand Down Expand Up @@ -128,7 +130,6 @@ jobs:
jekyll:
name: Build and Deploy Jekyll Site
needs: [copyright, check, python_sdk]
if: always()
runs-on: ubuntu-latest
steps:
- name: Checkout source branch (the PR branch)
Expand Down

0 comments on commit 5604643

Please sign in to comment.