We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e767426 commit 5c933c5Copy full SHA for 5c933c5
.github/workflows/release.yml
@@ -20,5 +20,5 @@ jobs:
20
version: ${{ github.event.inputs.version }}
21
tag: ${{ github.event.inputs.tag }}
22
secrets:
23
- GH_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN}}
+ GH_ACCESS_TOKEN: ${{ secrets.GH_TOKEN}}
24
NPM_ACCESS_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments