Skip to content

Commit 584a3e2

Browse files
committed
Fix danger-comment workflow permissions
1 parent 9ef617c commit 584a3e2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/danger-comment.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
workflows: [Danger]
66
types: [completed]
77

8+
permissions:
9+
actions: read
10+
issues: write
11+
pull-requests: write
12+
813
jobs:
914
comment:
1015
uses: numbata/danger-pr-comment/.github/workflows/danger-comment.yml@v0.1.0

0 commit comments

Comments
 (0)