Skip to content

Commit b8a2ca0

Browse files
Update cla.yml
Enable write permissions
1 parent ce39eef commit b8a2ca0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cla.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
actions: read
13-
checks: read|write
14-
contents: read|write
15-
issues: read|write
16-
pull-requests: read|write
13+
checks: write
14+
contents: write
15+
issues: write
16+
pull-requests: write
1717
security-events: write
1818

1919
steps:

0 commit comments

Comments
 (0)