diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index dcd86e1c..df4f3221 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -25,11 +25,11 @@ jobs: # This token is required only if you have configured to store the signatures in a remote repository/organization PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} with: - path-to-signatures: 'signatures/version1/cla.json' + path-to-signatures: 'cla/cla.json' path-to-document: 'https://github.com/cla-assistant/github-action/blob/master/SAPCLA.md' # e.g. a CLA or a DCO document # branch should not be protected - branch: 'main' - allowlist: user1,bot* + branch: 'master' + allowlist: jinseob2kim,bot* # the followings are the optional inputs - If the optional inputs are not given, then default values will be taken #remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)