Skip to content

Commit

Permalink
keep-workflows-enabled: Use GH_TOKEN_NEXTSTRAIN_BOT_WORKFLOW_DISPATCH
Browse files Browse the repository at this point in the history
Used for `repo` scope token to work across different repositories.
Outside of this commit, I had to allow the `.github` repository to use
the organization secret.
  • Loading branch information
joverlee521 committed Nov 25, 2024
1 parent f9074c4 commit 1583c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/keep-workflows-enabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
permissions:
actions: write
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GH_TOKEN_NEXTSTRAIN_BOT_WORKFLOW_DISPATCH }}
name: enable-workflow (${{ matrix.repo }}/${{ matrix.workflow }})
strategy:
fail-fast: false
Expand Down

0 comments on commit 1583c9d

Please sign in to comment.