We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3e9d8 commit 1392ae9Copy full SHA for 1392ae9
.github/workflows/canary.yaml
@@ -23,9 +23,13 @@ jobs:
23
24
- name: Download event.json
25
run: gh run download "$CI_WORKFLOW_ID" -n event.json
26
+ env:
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
29
- name: Download NPM package artifact
30
run: gh run download "$CI_WORKFLOW_ID" -n npmDist -D npmDist
31
32
33
34
- name: Modify NPM package to be canary release
35
uses: actions/github-script@v5
0 commit comments