Skip to content

Commit

Permalink
ci: update CI config files (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: web3-bot <web3-bot@users.noreply.github.com>
  • Loading branch information
web3-bot and web3-bot committed Feb 23, 2023
1 parent 9dccd84 commit 7b313b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@ jobs:
docker-username: ${{ secrets.DOCKER_USERNAME }}
- run: npm run --if-present release
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN || github.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7b313b0

Please sign in to comment.