We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b32d2 commit 31c67caCopy full SHA for 31c67ca
1 file changed
.github/workflows/push_gem.yml
@@ -43,4 +43,4 @@ jobs:
43
tag_name="$(git describe --tags --abbrev=0)"
44
gh release create "${tag_name}" --verify-tag --generate-notes
45
env:
46
- GITHUB_TOKEN: ${{ secrets.MATZBOT_GITHUB_WORKFLOW_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments