Skip to content

Commit

Permalink
[FIX] CLA Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed Oct 16, 2024
1 parent 9614432 commit 8dce8fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- name: 'CLA Assistant'
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'
uses: contributor-assistant/github-action@v2.3.0
uses: contributor-assistant/github-action@v2.6.1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.pat }}
with:
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://github.com/HyperPlay-Gaming/hyperplay-desktop-client/blob/main/doc/cla.md'
Expand Down

0 comments on commit 8dce8fb

Please sign in to comment.