Skip to content

Commit

Permalink
Merge pull request #134 from rokups/patch-1
Browse files Browse the repository at this point in the history
Explicitly configure workflow permissions
  • Loading branch information
ibakshay authored Feb 17, 2023
2 parents 1b8f77d + ebb810f commit 6b4d566
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ on:
pull_request_target:
types: [opened,closed,synchronize]

# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
permissions:
actions: write
contents: write
pull-requests: write
statuses: write

jobs:
CLAAssistant:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6b4d566

Please sign in to comment.