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 7c28f47 commit 5eab4f0Copy full SHA for 5eab4f0
.github/workflows/release.yml
@@ -24,6 +24,6 @@ jobs:
24
fi
25
- run: npm run release:trigger
26
env:
27
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
28
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
29
SLACK_INCOMING_HOOK: ${{ secrets.SLACK_INCOMING_HOOK }}
0 commit comments