Skip to content

Commit 567a837

Browse files
RemiBouremibcursoragent
authored
JGC-448 - Add explicit GITHUB_TOKEN permissions to CLA workflow (#1316)
Co-authored-by: remib <remib@jfrog.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 136bf12 commit 567a837

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cla.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ on: # issue_comment triggers this action on each comment on issues and pull requ
66
types: [opened, synchronize]
77
branches:
88
- "master"
9-
9+
# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
10+
permissions:
11+
actions: write
12+
contents: write # this can be 'read' if the signatures are in remote repository
13+
pull-requests: write
14+
statuses: write
1015
jobs:
1116
CLAssistant:
1217
strategy:

0 commit comments

Comments
 (0)