From 44ee391f80cc1dfe14266dcece125051fd4e1b44 Mon Sep 17 00:00:00 2001 From: Dmitry Bespalov Date: Fri, 28 Jun 2024 13:33:39 +0200 Subject: [PATCH] Update cla.yml --- .github/workflows/cla.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index f99559d6f..241abf173 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -15,7 +15,8 @@ jobs: uses: contributor-assistant/github-action@v2.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # the below token should have repo scope and must be manually added by you in the repository's secret + # the below token should have repo scope and must be manually added by you + # in the repository's secret PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }} with: path-to-signatures: 'signatures/version1/cla.json'