Skip to content

Commit c7a6412

Browse files
authored
Update permissions in CLA check workflow
Signed-off-by: Adam Poulemanos <89049923+bashandbone@users.noreply.github.com>
1 parent 53e4fd6 commit c7a6412

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cla-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,10 @@ jobs:
307307
runs-on: ubuntu-latest
308308
permissions:
309309
issues: write
310+
actions: write
311+
contents: read
312+
pull-requests: write
313+
statuses: write
310314
steps:
311315
- name: Determine CLA URL
312316
id: cla-url

0 commit comments

Comments
 (0)