Skip to content

Commit 74d5e19

Browse files
committed
fix cla token
1 parent e35cd78 commit 74d5e19

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/cla.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,24 @@ on:
33
issue_comment:
44
types: [created]
55
pull_request_review:
6-
6+
7+
permissions:
8+
actions: write
9+
contents: write
10+
pull-requests: write
11+
statuses: write
12+
713
jobs:
814
CLAssistant:
9-
runs-on: ubuntu-latest
15+
runs-on: mdb-dev
1016
steps:
1117
- name: "CLA Assistant"
1218
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'
13-
# Alpha Release
14-
uses: cla-assistant/[email protected]
19+
uses: cla-assistant/[email protected]
1520
env:
16-
GITHUB_TOKEN: ${{ secrets.CLA_TOKEN }}
17-
PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_TOKEN }}
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1822
with:
1923
path-to-signatures: 'assets/contributions-agreement/signatures/cla.json'
20-
# Add path to the CLA here
2124
path-to-document: 'https://github.com/mindsdb/mindsdb_native/blob/stable/assets/contributions-agreement/individual-contributor.md'
2225
branch: 'staging'
2326
allowlist: bot*, ZoranPandovski, torrmal, Stpmax, paxcema, mindsdbadmin, Ricram2, ea-rus, ilia-tsyplenkov, tomhuds

0 commit comments

Comments
 (0)