File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 type : boolean
1919 default : false
2020 secrets :
21- NODE_AUTH_TOKEN :
21+ NPM_TOKEN :
2222 required : true
2323 GITHUB_TOKEN_SECRET :
2424 required : true
2525 PAT :
2626 required : true
2727
2828env :
29- NODE_AUTH_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
29+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
3030 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN_SECRET }}
3131 NPM_CONFIG_PROVENANCE : true
3232
Original file line number Diff line number Diff line change @@ -133,6 +133,6 @@ jobs:
133133 beta-release : ${{ github.event.inputs.beta-release }}
134134 dry-run : ${{ github.event.inputs.dry-run }}
135135 secrets :
136- NPM_ACCESS_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
136+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
137137 GITHUB_TOKEN_SECRET : ${{ secrets.GITHUB_TOKEN }}
138138 PAT : ${{secrets.PAT}}
You can’t perform that action at this time.
0 commit comments