File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 uses : cla-assistant/github-action@v2.1.3-beta
1616 env :
1717 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18- PERSONAL_ACCESS_TOKEN : ${{ secrets.PAT_CLATOOL }}
18+ PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1919 with :
2020 path-to-signatures : " signatures/version1/cla.json"
2121 path-to-document : " https://github.com/splunk/cla-agreement/blob/main/CLA.md" # e.g. a CLA or a DCO document
3131 uses : cla-assistant/github-action@v2.1.3-beta
3232 env :
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34- PERSONAL_ACCESS_TOKEN : ${{ secrets.PAT_CLATOOL }}
34+ PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
3535 with :
3636 path-to-signatures : " signatures/version1/coc.json"
3737 path-to-document : " https://github.com/splunk/cla-agreement/blob/main/CODE_OF_CONDUCT.md" # e.g. a COC or a DCO document
You can’t perform that action at this time.
0 commit comments