From 06a5e5793357866260154ec9c982674645ff9070 Mon Sep 17 00:00:00 2001 From: Achanandhi-M Date: Fri, 2 Jan 2026 18:33:37 +0530 Subject: [PATCH] chore: update the cla workflow Signed-off-by: Achanandhi-M --- .github/workflows/cla.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"