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 b6140fe commit 66da86eCopy full SHA for 66da86e
.github/workflows/release.yml
@@ -37,5 +37,5 @@ jobs:
37
args: release --clean
38
env:
39
# GitHub sets the GITHUB_TOKEN secret automatically.
40
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
41
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
0 commit comments