Skip to content

Commit

Permalink
fix: cla perms
Browse files Browse the repository at this point in the history
  • Loading branch information
mfw78 committed Dec 18, 2023
1 parent 51c09cc commit aaf4faf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
pull_request_target:
types: [opened, closed, synchronize]

permissions:
actions: write
contents: write
pull-requests: write
statuses: write

jobs:
cla:
runs-on: ubuntu-latest
Expand All @@ -20,4 +26,4 @@ jobs:
branch: 'cla-signatures'
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://github.com/cowprotocol/cla/blob/main/CLA.md'
allowlist: '*[bot]'
allowlist: '*[bot]'

0 comments on commit aaf4faf

Please sign in to comment.