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 007aec4 commit 16ab5cbCopy full SHA for 16ab5cb
.github/workflows/github-actions-bot.yml
@@ -89,6 +89,8 @@ jobs:
89
cmd-publish-pr-on-npm:
90
needs: [accept-cmd]
91
if: needs.accept-cmd.outputs.cmd == 'publish-pr-on-npm'
92
+ permissions:
93
+ contents: read
94
uses: ./.github/workflows/cmd-publish-pr-on-npm.yml
95
with:
96
pull_request_json: ${{ needs.accept-cmd.outputs.pull_request_json }}
@@ -98,6 +100,9 @@ jobs:
98
100
cmd-run-benchmark:
99
101
102
if: needs.accept-cmd.outputs.cmd == 'run-benchmark'
103
104
+ contents: read # for checkout
105
+ actions: read # to list workflow runs
106
uses: ./.github/workflows/cmd-run-benchmark.yml
107
108
0 commit comments