Skip to content

Commit

Permalink
update .github/workflows/js-test-and-release.yml (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Feb 23, 2023
1 parent 5caebe3 commit 63d545b
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 63d545b

Please sign in to comment.