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 18
18
type : boolean
19
19
default : false
20
20
secrets :
21
- NODE_AUTH_TOKEN :
21
+ NPM_TOKEN :
22
22
required : true
23
23
GITHUB_TOKEN_SECRET :
24
24
required : true
25
25
PAT :
26
26
required : true
27
27
28
28
env :
29
- NODE_AUTH_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
29
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
30
30
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN_SECRET }}
31
31
NPM_CONFIG_PROVENANCE : true
32
32
Original file line number Diff line number Diff line change @@ -133,6 +133,6 @@ jobs:
133
133
beta-release : ${{ github.event.inputs.beta-release }}
134
134
dry-run : ${{ github.event.inputs.dry-run }}
135
135
secrets :
136
- NPM_ACCESS_TOKEN : ${{ secrets.NPM_ACCESS_TOKEN }}
136
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
137
137
GITHUB_TOKEN_SECRET : ${{ secrets.GITHUB_TOKEN }}
138
138
PAT : ${{secrets.PAT}}
You can’t perform that action at this time.
0 commit comments