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 13
13
dist_tag :
14
14
required : true
15
15
type : string
16
+ secrets :
17
+ NPM_TOKEN :
18
+ required : true
16
19
17
20
env :
18
21
TZ : /usr/share/zoneinfo/America/Los_Angeles
Original file line number Diff line number Diff line change 28
28
# downstream consumers might still expect that tag. We can remove this
29
29
# after some time has elapsed and the change has been communicated.
30
30
dist_tag : canary,next,rc
31
+ secrets :
32
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
31
33
32
34
publish_prerelease_experimental :
33
35
name : Publish to Experimental channel
41
43
commit_sha : ${{ inputs.prerelease_commit_sha }}
42
44
release_channel : experimental
43
45
dist_tag : experimental
46
+ secrets :
47
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 16
16
commit_sha : ${{ github.sha }}
17
17
release_channel : stable
18
18
dist_tag : canary,next,rc
19
+ secrets :
20
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
19
21
20
22
publish_prerelease_experimental :
21
23
name : Publish to Experimental channel
29
31
commit_sha : ${{ github.sha }}
30
32
release_channel : experimental
31
33
dist_tag : experimental
34
+ secrets :
35
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments