Skip to content

Commit 83833e7

Browse files
committed
drop unnecessary actions:write and contents:write permissions
Tested on aconite33/cla-workflow-test with only pull-requests:write and statuses:write -- both human CLA and bot skip paths work correctly. The CLA assistant uses PERSONAL_ACCESS_TOKEN (app token) for writing signatures to the remote CLA repo, not GITHUB_TOKEN.
1 parent 648ce4e commit 83833e7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/cla.yml

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

88
permissions:
9-
actions: write
10-
contents: write
119
pull-requests: write
1210
statuses: write
1311

0 commit comments

Comments
 (0)