We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2b254 commit ba530e1Copy full SHA for ba530e1
.github/workflows/cla.yml
@@ -23,7 +23,7 @@ jobs:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
# The below token has repo scope for the project configured further below to store signatures.
25
PERSONAL_ACCESS_TOKEN: ${{ secrets.CADET_CLA_SIGNATURES }}
26
- PATH_TO_CLA: 'https://github.com/modsim/CADET/blob/main/CLA.md'
+ PATH_TO_CLA: 'https://github.com/modsim/CADET/blob/master/CLA.md'
27
with:
28
path-to-signatures: 'signatures/version1/signatures.json'
29
path-to-document: $PATH_TO_CLA
0 commit comments