Skip to content

Commit 657e66c

Browse files
committed
fix: patch#2
1 parent 0898a55 commit 657e66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v3
3131
with:
32-
token: ${{ secrets.GITHUB_TOKEN_SEMANTIC_RELEASE }}
32+
token: ${{ secrets.GH_TOKEN_SEMANTIC_RELEASE }}
3333
- name: Use Node.js ${{ matrix.node-version }}
3434
uses: actions/setup-node@v3
3535
with:

0 commit comments

Comments
 (0)