Skip to content

Commit cd0af67

Browse files
committed
fix: update CLA Assistant action version and correct token usage
1 parent 5c1ad23 commit cd0af67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cla.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
steps:
2020
- name: 'CLA Assistant'
2121
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'
22-
uses: contributor-assistant/github-action@v2.6.1
22+
uses: contributor-assistant/github-action@v2.3.0
2323
env:
24-
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
PERSONAL_ACCESS_TOKEN: ${{ secrets.pat }}
2626
with:
2727
path-to-signatures: 'signatures/version1/cla.json'

0 commit comments

Comments
 (0)