Skip to content

Commit 6b4d566

Browse files
authored
Merge pull request #134 from rokups/patch-1
Explicitly configure workflow permissions
2 parents 1b8f77d + ebb810f commit 6b4d566

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ on:
2525
pull_request_target:
2626
types: [opened,closed,synchronize]
2727

28+
# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
29+
permissions:
30+
actions: write
31+
contents: write
32+
pull-requests: write
33+
statuses: write
34+
2835
jobs:
2936
CLAAssistant:
3037
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)