We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1789c5f commit 190a342Copy full SHA for 190a342
.github/workflows/cla.yml
@@ -20,9 +20,9 @@ jobs:
20
PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_SIGN_TOKEN }}
21
with:
22
path-to-signatures: 'signed_clas.json'
23
- path-to-cla-document: 'https://jfrog.com/privacy-policy/cla/'
+ path-to-cla-document: 'https://jfrog.com/cla/'
24
remote-organization-name: 'jfrog'
25
remote-repository-name: 'jfrog-signed-clas'
26
# branch should not be protected
27
branch: 'master'
28
- allowlist: bot*
+ allowlist: bot*
0 commit comments