We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd6f73 commit 4d16fd4Copy full SHA for 4d16fd4
.github/workflows/publish.yaml
@@ -30,6 +30,7 @@ jobs:
30
- name: Release
31
env:
32
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
33
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
34
run: |
35
git config --global user.name "Github Actions"
36
git config --global user.email "[email protected]"
0 commit comments