We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdf6b9 commit e5f275eCopy full SHA for e5f275e
.github/workflows/runtime_prereleases_manual.yml
@@ -35,6 +35,7 @@ jobs:
35
dist_tag: canary,next
36
secrets:
37
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
40
publish_prerelease_experimental:
41
name: Publish to Experimental channel
@@ -53,3 +54,4 @@ jobs:
53
54
dist_tag: experimental
55
56
57
.github/workflows/runtime_prereleases_nightly.yml
@@ -23,6 +23,7 @@ jobs:
23
24
25
26
27
28
29
@@ -41,3 +42,4 @@ jobs:
42
43
44
45
0 commit comments