diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 19a4e1f..f6d5d15 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -16,10 +16,7 @@ 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: "cla-assistant/github-action@v2.1.3-beta" - env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - PERSONAL_ACCESS_TOKEN: "${{ secrets.PRO_ACCESS_TOKEN }}" + uses: "cla-assistant/github-action@v2.6.1" with: remote-organization-name: "keploy" remote-repository-name: "writers-program"