We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a9f4e commit e0bd5b0Copy full SHA for e0bd5b0
.github/workflows/js-test-and-release.yml
@@ -142,5 +142,5 @@ jobs:
142
docker-username: ${{ secrets.DOCKER_USERNAME }}
143
- run: npm run --if-present release
144
env:
145
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN || github.token }}
146
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments