diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 2b31807..53eb0b8 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -20,9 +20,9 @@ jobs: PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_SIGN_TOKEN }} with: path-to-signatures: 'signed_clas.json' - path-to-cla-document: 'https://jfrog.com/privacy-policy/cla/' + path-to-cla-document: 'https://jfrog.com/cla/' remote-organization-name: 'jfrog' remote-repository-name: 'jfrog-signed-clas' # branch should not be protected branch: 'master' - allowlist: bot* + allowlist: bot* \ No newline at end of file