Skip to content

Commit

Permalink
fix cla workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Nov 20, 2020
1 parent d6395b6 commit ca84a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://fiware.github.io/contribution-requirements/individual-cla.pdf' # e.g. a CLA or a DCO document
path-to-cla-document: 'https://fiware.github.io/contribution-requirements/individual-cla.pdf' # e.g. a CLA or a DCO document
# branch should not be protected
branch: 'cla-signature'
allowlist: user1,bot*
use-dco-flag: false #'Set this to true if you want to use a dco instead of a cla'
# use-dco-flag: false #'Set this to true if you want to use a dco instead of a cla'

#below 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)
Expand Down

0 comments on commit ca84a63

Please sign in to comment.