Skip to content

Commit

Permalink
(build) use RELEASE_GITHUB_TOKEN for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Aug 18, 2021
1 parent 9080f2c commit 8d177c6
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 @@ -11,7 +11,7 @@ jobs:
- uses: actions/[email protected]
- uses: peter-evans/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
repository: ${{ github.repository }}
event-type: release
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 comments on commit 8d177c6

Please sign in to comment.