We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d6e7a commit 82f64dfCopy full SHA for 82f64df
.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