Skip to content

Commit 5c1ad23

Browse files
committedOct 16, 2024
gggg
1 parent 21e085a commit 5c1ad23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/cla.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
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'
2222
uses: contributor-assistant/github-action@v2.6.1
2323
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
25+
PERSONAL_ACCESS_TOKEN: ${{ secrets.pat }}
2526
with:
2627
path-to-signatures: 'signatures/version1/cla.json'
2728
path-to-document: 'https://github.com/HyperPlay-Gaming/hyperplay-desktop-client/blob/main/doc/cla.md'

0 commit comments

Comments
 (0)