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 248fb97 commit c31746bCopy full SHA for c31746b
.github/workflows/push_gem.yml
@@ -58,5 +58,5 @@ jobs:
58
tag_name="$(git describe --tags --abbrev=0)"
59
gh release create "${tag_name}" --verify-tag --generate-notes
60
env:
61
- GITHUB_TOKEN: ${{ secrets.MATZBOT_GITHUB_WORKFLOW_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
if: matrix.ruby != 'jruby'
0 commit comments