Skip to content

Commit 0898a55

Browse files
committed
fix: patch#1
1 parent 75e6296 commit 0898a55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v3
31+
with:
32+
token: ${{ secrets.GITHUB_TOKEN_SEMANTIC_RELEASE }}
3133
- name: Use Node.js ${{ matrix.node-version }}
3234
uses: actions/setup-node@v3
3335
with:
@@ -42,5 +44,5 @@ jobs:
4244

4345
- name: Release
4446
env:
45-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4648
run: npx semantic-release

0 commit comments

Comments
 (0)