Skip to content

Commit c31746b

Browse files
committed
Use GITHUB_TOKEN instead of admin credential
1 parent 248fb97 commit c31746b

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
@@ -58,5 +58,5 @@ jobs:
5858
tag_name="$(git describe --tags --abbrev=0)"
5959
gh release create "${tag_name}" --verify-tag --generate-notes
6060
env:
61-
GITHUB_TOKEN: ${{ secrets.MATZBOT_GITHUB_WORKFLOW_TOKEN }}
61+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
if: matrix.ruby != 'jruby'

0 commit comments

Comments
 (0)