Skip to content

Commit 49d83b0

Browse files
authored
fix: semantic release (#509)
1 parent 0532602 commit 49d83b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ jobs:
198198
steps:
199199
- name: Setup Nodejs
200200
uses: actions/checkout@v3
201+
with:
202+
persist-credentials: false
201203
- uses: actions/setup-node@v3
202204
with:
203205
node-version: 18
@@ -238,5 +240,5 @@ jobs:
238240
239241
- name: Run semantic-release
240242
env:
241-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
243+
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
242244
run: npx semantic-release

0 commit comments

Comments
 (0)