mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
Fix CLA workflow missing access token
This commit is contained in:
parent
8801d1db59
commit
56dbac6f81
1
.github/workflows/cla.yaml
vendored
1
.github/workflows/cla.yaml
vendored
@ -20,6 +20,7 @@ jobs:
|
||||
uses: contributor-assistant/github-action@v2.3.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
with:
|
||||
path-to-signatures: 'version1/cla.json'
|
||||
path-to-document: 'https://github.com/pelican-dev/panel/blob/3.x/contributor_license_agreement.md'
|
||||
|
Loading…
x
Reference in New Issue
Block a user