We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa4a86 commit a8fe575Copy full SHA for a8fe575
.github/workflows/push_gem.yml
@@ -63,4 +63,4 @@ jobs:
63
tag_name="$(git describe --tags --abbrev=0)"
64
gh release create "${tag_name}" --verify-tag --generate-notes
65
env:
66
- GITHUB_TOKEN: ${{ secrets.MATZBOT_GITHUB_WORKFLOW_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments