Skip to content

Commit a8fe575

Browse files
committed
Use GITHUB_TOKEN instead of admin credential
1 parent 3fa4a86 commit a8fe575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
tag_name="$(git describe --tags --abbrev=0)"
6464
gh release create "${tag_name}" --verify-tag --generate-notes
6565
env:
66-
GITHUB_TOKEN: ${{ secrets.MATZBOT_GITHUB_WORKFLOW_TOKEN }}
66+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)