Fix CLA workflow missing access token

This commit is contained in:
iamkubi 2024-04-17 22:49:15 -07:00 committed by GitHub
parent 8801d1db59
commit 56dbac6f81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ jobs:
uses: contributor-assistant/github-action@v2.3.0 uses: contributor-assistant/github-action@v2.3.0
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with: with:
path-to-signatures: 'version1/cla.json' path-to-signatures: 'version1/cla.json'
path-to-document: 'https://github.com/pelican-dev/panel/blob/3.x/contributor_license_agreement.md' path-to-document: 'https://github.com/pelican-dev/panel/blob/3.x/contributor_license_agreement.md'