diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 4b1f7a9..070b76d 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -26,7 +26,7 @@ jobs: PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} with: path-to-signatures: 'signatures/version1/cla.json' - path-to-document: 'FIDO_CLA.md' # e.g. a CLA or a DCO document + path-to-document: 'https://github.com/fido-alliance/credential-exchange-feedback/blob/main/FIDO_CLA.md' # e.g. a CLA or a DCO document # branch should not be protected branch: 'main' allowlist: user1,bot*