Skip to content

Commit

Permalink
github-actions-bot: fix usage of NPM_CANARY_PR_PUBLISH_TOKEN (#3536)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Apr 18, 2022
1 parent a981dc6 commit 4f062aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmd-publish-pr-on-npm.yml
Expand Up @@ -5,6 +5,9 @@ on:
pullRequestJSON:
required: true
type: string
secrets:
NPM_CANARY_PR_PUBLISH_TOKEN:
required: true
outputs:
replyMessage:
value: ${{ jobs.publish-canary.outputs.replyMessage }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/github-actions-bot.yml
Expand Up @@ -85,6 +85,8 @@ jobs:
uses: ./.github/workflows/cmd-publish-pr-on-npm.yml
with:
pullRequestJSON: ${{ needs.accept-cmd.outputs.pullRequestJSON }}
secrets:
NPM_CANARY_PR_PUBLISH_TOKEN: ${{ secrets.NPM_CANARY_PR_PUBLISH_TOKEN }}

cmd-run-benchmark:
needs: [accept-cmd]
Expand Down

0 comments on commit 4f062aa

Please sign in to comment.