Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

Commit 0f40630

Browse files
committed
Rename token to "release token"
1 parent 206f83d commit 0f40630

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
@@ -22,7 +22,7 @@ jobs:
2222
id: create_release
2323
uses: actions/create-release@v1
2424
env:
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_REPO_TOKEN }}
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_RELEASE_TOKEN }}
2626
with:
2727
tag_name: ${{ steps.version-updated.outputs.current-package-version }}
2828
release_name: ${{ steps.version-updated.outputs.current-package-version }}

0 commit comments

Comments
 (0)