Skip to content

Commit f8e4bcb

Browse files
authored
Update cla.yml
Remove ORG_TOKEN
1 parent 9c1984b commit f8e4bcb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/cla.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,15 @@ on:
66
pull_request_target:
77
types: [opened, closed, synchronize]
88

9-
permissions:
10-
actions: write
11-
contents: write
12-
pull-requests: write
13-
statuses: write
14-
159
jobs:
1610
cla:
1711
runs-on: ubuntu-latest
1812
steps:
1913
- name: "CLA Assistant"
2014
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
21-
uses: contributor-assistant/github-action@v2.4.0
15+
uses: contributor-assistant/github-action@v2.6.1
2216
env:
2317
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
PERSONAL_ACCESS_TOKEN : ${{ secrets.ORG_TOKEN }}
2518
with:
2619
branch: 'cla-signatures'
2720
path-to-signatures: 'signatures/version1/cla.json'

0 commit comments

Comments
 (0)