Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit eb19c0f

Browse files
authored
update .github/workflows/js-test-and-release.yml (#142)
Co-authored-by: web3-bot <web3-bot@users.noreply.github.com>
1 parent 1619885 commit eb19c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/js-test-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@ jobs:
142142
docker-username: ${{ secrets.DOCKER_USERNAME }}
143143
- run: npm run --if-present release
144144
env:
145-
GITHUB_TOKEN: ${{ github.token }}
145+
GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN || github.token }}
146146
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)