Skip to content

Commit

Permalink
Specify permissions for CLA action
Browse files Browse the repository at this point in the history
  • Loading branch information
miry committed Jul 18, 2022
1 parent 60c32c2 commit fd1e655
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:

jobs:
cla:
permissions:
actions: write
pull-requests: write

runs-on: ubuntu-latest
if: |
(github.event.issue.pull_request
Expand Down

0 comments on commit fd1e655

Please sign in to comment.