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 82d9734 commit d9ffc1aCopy full SHA for d9ffc1a
.github/workflows/package.yml
@@ -8,6 +8,10 @@ on:
8
env:
9
GITHUB_TOKEN: ${{ github.token }}
10
11
+permissions:
12
+ contents: read
13
+ pull-requests: write
14
+
15
jobs:
16
package:
17
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'issue_comment' && github.event.issue.pull_request != null && contains(github.event.comment.body, '📦')) }}
0 commit comments