From 74d5e19baf632bd1ab5455bf8499c8266acf73e0 Mon Sep 17 00:00:00 2001 From: hamishfagg Date: Mon, 12 May 2025 11:29:56 +1200 Subject: [PATCH] fix cla token --- .github/workflows/cla.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 0769823..e0735c9 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -3,21 +3,24 @@ on: issue_comment: types: [created] pull_request_review: - + +permissions: + actions: write + contents: write + pull-requests: write + statuses: write + jobs: CLAssistant: - runs-on: ubuntu-latest + runs-on: mdb-dev steps: - name: "CLA Assistant" if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request' - # Alpha Release - uses: cla-assistant/github-action@v2.2.1 + uses: cla-assistant/github-action@v2.6.1 env: - GITHUB_TOKEN: ${{ secrets.CLA_TOKEN }} - PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: path-to-signatures: 'assets/contributions-agreement/signatures/cla.json' - # Add path to the CLA here path-to-document: 'https://github.com/mindsdb/mindsdb_native/blob/stable/assets/contributions-agreement/individual-contributor.md' branch: 'staging' allowlist: bot*, ZoranPandovski, torrmal, Stpmax, paxcema, mindsdbadmin, Ricram2, ea-rus, ilia-tsyplenkov, tomhuds