Skip to content

Commit c8281a5

Browse files
authored
Merge branch 'main' into feature/improving-doc
2 parents fc912a4 + 9a1bc61 commit c8281a5

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/cla.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,22 @@ jobs:
99
CLA-Assistant:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- uses: actions/create-github-app-token@v2
13+
id: app-token
14+
with:
15+
app-id: ${{ vars.CLA_BOT_APP_ID }}
16+
private-key: ${{ secrets.CLA_BOT_PRIVATE_KEY }}
17+
owner: Autodesk
18+
repositories: |
19+
CLA-Signatures
1220
- name: "CLA Assistant"
1321
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'
1422
# Beta Release
15-
uses: contributor-assistant/github-action@v2.3.0
23+
uses: contributor-assistant/github-action@v2.6.1
1624
env:
1725
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1826
# the below token should have repo scope and must be manually added by you in the repository's secret
19-
PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOT_SECRET }}
27+
PERSONAL_ACCESS_TOKEN: ${{ steps.app-token.outputs.token }}
2028
with:
2129
remote-repository-name: 'CLA-Signatures'
2230
remote-organization-name: 'Autodesk'

0 commit comments

Comments
 (0)