We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9080f2c commit 8d177c6Copy full SHA for 8d177c6
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/[email protected]
12
- uses: peter-evans/[email protected]
13
with:
14
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
15
repository: ${{ github.repository }}
16
event-type: release
17
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
0 commit comments