Skip to content

Commit 33cd7ce

Browse files
authored
Add permissions to "publish" CI workflow
1 parent 6f19e4a commit 33cd7ce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request_target:
55
types: [labeled]
66

7+
permissions:
8+
contents: write
9+
pull-requests: read
10+
711
jobs:
812
pr-pull:
913
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')

0 commit comments

Comments
 (0)