Skip to content

Commit b77a0ba

Browse files
authored
update .github/workflows/js-test-and-release.yml (#252)
Co-authored-by: web3-bot <[email protected]>
1 parent 9c3f235 commit b77a0ba

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)