Skip to content

Commit c9c97cd

Browse files
authored
permissions (#8706)
1 parent 50f901a commit c9c97cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-patch-from-comment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
jobs:
88
slash-command:
99
runs-on: 'ubuntu-latest'
10+
permissions:
11+
contents: 'write'
12+
pull-requests: 'write'
13+
actions: 'write'
1014
steps:
1115
- name: 'Slash Command Dispatch'
1216
id: 'slash_command'

0 commit comments

Comments
 (0)