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

Commit 206f83d

Browse files
committed
Use a repo scoped token to create releases
1 parent 570edfe commit 206f83d

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_TOKEN }}
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_REPO_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)