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 a981dc6 commit 8a3e529Copy full SHA for 8a3e529
.github/workflows/cmd-publish-pr-on-npm.yml
@@ -5,6 +5,9 @@ on:
5
pullRequestJSON:
6
required: true
7
type: string
8
+ secrets:
9
+ NPM_CANARY_PR_PUBLISH_TOKEN:
10
+ required: true
11
outputs:
12
replyMessage:
13
value: ${{ jobs.publish-canary.outputs.replyMessage }}
.github/workflows/github-actions-bot.yml
@@ -85,6 +85,8 @@ jobs:
85
uses: ./.github/workflows/cmd-publish-pr-on-npm.yml
86
with:
87
pullRequestJSON: ${{ needs.accept-cmd.outputs.pullRequestJSON }}
88
89
+ NPM_CANARY_PR_PUBLISH_TOKEN: ${{ secrets.NPM_CANARY_PR_PUBLISH_TOKEN }}
90
91
cmd-run-benchmark:
92
needs: [accept-cmd]
0 commit comments