Skip to content

Commit 64310b3

Browse files
authored
Merge pull request #3170 from aconite33/fix/cla-caller-permissions
Add permissions block to CLA caller workflow
2 parents b55ce74 + a66e180 commit 64310b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cla.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
pull_request_target:
66
types: [opened, closed, synchronize]
77

8+
permissions:
9+
pull-requests: write
10+
statuses: write
11+
812
jobs:
913
cla:
1014
uses: blacklanternsecurity/.github/.github/workflows/cla-reusable.yml@main

0 commit comments

Comments
 (0)