There was an error while loading. Please reload this page.
1 parent 84dbb75 commit 92101c2Copy full SHA for 92101c2
1 file changed
.github/workflows/cla.yml
@@ -39,7 +39,7 @@ jobs:
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
# the below token should have repo scope and must be manually added by you in the repository's secret
42
- PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
+ PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOT_GH_ACCESS_TOKEN }}
43
with:
44
path-to-signatures: 'signatures/version1/cla.json'
45
path-to-document: 'https://github.com/cla-assistant/github-action/blob/master/SAPCLA.md' # e.g. a CLA or a DCO document
0 commit comments