Skip to content

Commit c16600d

Browse files
committed
🐛 configure GH_TOKEN
1 parent 852c94a commit c16600d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: npm run build # or any other step to build your package
2020
- name: run semantic-release
2121
env:
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2424
run: npm run semantic-release
2525

0 commit comments

Comments
 (0)