Skip to content

Commit

Permalink
chore(workflow): use PAT for downstream triggers
Browse files Browse the repository at this point in the history
Switch to RELEASES_TOKEN to enable triggering of downstream workflows,
as GITHUB_TOKEN cannot activate workflows triggered by release events.
  • Loading branch information
Amygos committed Nov 7, 2024
1 parent f7a6416 commit e239753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-testing-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'test-module.sh'

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.RELEASES_TOKEN }}

jobs:
release-module:
Expand Down

0 comments on commit e239753

Please sign in to comment.