Skip to content

Commit

Permalink
update CLA yaml config
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Aug 28, 2024
1 parent 515db34 commit e4904fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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 # this can be 'read' if the signatures are in remote repository
pull-requests: write
statuses: write

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

0 comments on commit e4904fb

Please sign in to comment.