File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ concurrency:
88 cancel-in-progress : false
99
1010permissions :
11+ contents : write # For git operations
1112 id-token : write # Required for NPM OIDC
1213
1314jobs :
3435 if : ${{ needs.should-release.outputs.should-release == 'true' }}
3536 env :
3637 CI : true
37- GITHUB_TOKEN : ${{ secrets.ACTION_GITHUB_TOKEN }}
3838 RUST_LOG : debug
3939 runs-on : ubuntu-latest
4040 steps :
6767 - name : Registry auth
6868 run : pnpm config set registry="https://registry.npmjs.org"
6969 - name : Perform release
70+ env :
71+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7072 run : pnpm run release --ci ${{ needs.should-release.outputs.version }}
Original file line number Diff line number Diff line change 1010 },
1111 "hooks" : {
1212 "after:bump" : " npx auto-changelog -p"
13+ },
14+ "npm" : {
15+ "skipChecks" : true
1316 }
1417}
You can’t perform that action at this time.
0 commit comments