File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1313 dist_tag :
1414 required : true
1515 type : string
16+ secrets :
17+ NPM_TOKEN :
18+ required : true
1619
1720env :
1821 TZ : /usr/share/zoneinfo/America/Los_Angeles
Original file line number Diff line number Diff line change 2828 # downstream consumers might still expect that tag. We can remove this
2929 # after some time has elapsed and the change has been communicated.
3030 dist_tag : canary,next,rc
31+ secrets :
32+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
3133
3234 publish_prerelease_experimental :
3335 name : Publish to Experimental channel
4143 commit_sha : ${{ inputs.prerelease_commit_sha }}
4244 release_channel : experimental
4345 dist_tag : experimental
46+ secrets :
47+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1616 commit_sha : ${{ github.sha }}
1717 release_channel : stable
1818 dist_tag : canary,next,rc
19+ secrets :
20+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
1921
2022 publish_prerelease_experimental :
2123 name : Publish to Experimental channel
2931 commit_sha : ${{ github.sha }}
3032 release_channel : experimental
3133 dist_tag : experimental
34+ secrets :
35+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments