Skip to content

Commit 5c23620

Browse files
authored
Update permissions to match the recommendation
1 parent 23da658 commit 5c23620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cla.yaml

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

88
permissions:
9-
actions: read
10-
contents: read
9+
actions: write
10+
contents: write
1111
pull-requests: write
12-
statuses: read
12+
statuses: write
1313

1414
jobs:
1515
ContributorLicenseAgreement:

0 commit comments

Comments
 (0)