Skip to content

Commit

Permalink
Merge pull request #448 from actions-rs-plus/bump-tags-after-release
Browse files Browse the repository at this point in the history
fix: use correct token
  • Loading branch information
kristof-mattei committed Nov 18, 2023
2 parents 5d45b2e + f83bb43 commit 272b0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN_TO_TRIGGER_SUBSEQUENT_WORKFLOWS }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: |
Expand Down

0 comments on commit 272b0ae

Please sign in to comment.