diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 683bcd51..543ecd00 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -12,7 +12,7 @@ jobs: - name: "CLA Assistant" if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have reviewed and hereby sign the CLA') || github.event_name == 'pull_request_target' # Pin to a specific version - this third-party action uses a personal access token - uses: cla-assistant/github-action@b1522fa982419e79591a92e1267de463a281cdb7 + uses: cla-assistant/github-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_PERSONAL_ACCESS_TOKEN }}