Skip to content

Commit c244f67

Browse files
committed
fix: use correct token to publish
1 parent 09e69fe commit c244f67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm ci --ignore-scripts
2828
- name: Release
2929
env:
30-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3232
run: npx --package semantic-release --package @semantic-release/git --package @semantic-release/changelog semantic-release
3333

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)