Skip to content

Commit 3e53901

Browse files
committed
Update release workflow to use TOKEN_GITHUB secret
1 parent 1c72570 commit 3e53901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
draft: false
5050
prerelease: false
5151
env:
52-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}

0 commit comments

Comments
 (0)