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 33d0b3a commit ab00ef0Copy full SHA for ab00ef0
.github/workflows/release-manual.yml
@@ -26,6 +26,7 @@ jobs:
26
27
- name: "Version and publish 🚀"
28
env:
29
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
32
run: |
0 commit comments