From 20d51a525a5f62823e9d345e9624bdafdcd4c992 Mon Sep 17 00:00:00 2001 From: Nicholas Griffin Date: Sun, 12 Nov 2023 21:51:02 +0000 Subject: [PATCH] chore: updating cla workflow --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 101ccdf8..34730d8a 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -11,7 +11,7 @@ jobs: steps: - name: "CLA Check" 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.2.0 + uses: contributor-assistant/github-action@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}