Skip to content

Commit

Permalink
Update required GITHUB_TOKEN permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Oct 11, 2023
1 parent a895a43 commit 545ab66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ on:

# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
permissions:
actions: write
contents: write
actions: read
contents: write # this can be 'read' if the signatures are in remote repository
pull-requests: write
statuses: write
statuses: read

jobs:
CLAAssistant:
Expand Down

0 comments on commit 545ab66

Please sign in to comment.