Skip to content

Commit 8dce8fb

Browse files
committed
[FIX] CLA Workflow
1 parent 9614432 commit 8dce8fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cla.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- name: 'CLA Assistant'
1919
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'
20-
uses: contributor-assistant/github-action@v2.3.0
20+
uses: contributor-assistant/github-action@v2.6.1
2121
env:
22-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
23-
PERSONAL_ACCESS_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
PERSONAL_ACCESS_TOKEN: ${{ secrets.pat }}
2424
with:
2525
path-to-signatures: 'signatures/version1/cla.json'
2626
path-to-document: 'https://github.com/HyperPlay-Gaming/hyperplay-desktop-client/blob/main/doc/cla.md'

0 commit comments

Comments
 (0)