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 1e11134 commit 9b2d818Copy full SHA for 9b2d818
.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