Skip to content

Commit 8d177c6

Browse files
committed
(build) use RELEASE_GITHUB_TOKEN for release workflow
1 parent 9080f2c commit 8d177c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/[email protected]
1212
- uses: peter-evans/[email protected]
1313
with:
14-
token: ${{ secrets.GITHUB_TOKEN }}
14+
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
1515
repository: ${{ github.repository }}
1616
event-type: release
1717
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 commit comments

Comments
 (0)