Skip to content

Commit 327e779

Browse files
authored
Update CLA to use central sign directory (#35)
1 parent 450d416 commit 327e779

File tree

2 files changed

+4
-23
lines changed

2 files changed

+4
-23
lines changed

.github/workflows/cla.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
uses: contributor-assistant/[email protected]
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
# the below token should have repo scope and must be manually added by you in the repository's secret
25-
# This token is required only if you have configured to store the signatures in a remote repository/organization
26-
# PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
24+
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2725
with:
26+
remote-organization-name: 'parseablehq' # enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
27+
remote-repository-name: '.github' # enter the remote repository name where the signatures should be stored (Default is storing the signatures in the same repository)
2828
path-to-signatures: 'signatures/version1/cla.json'
2929
path-to-document: 'https://github.com/parseablehq/.github/blob/main/CLA.md' # e.g. a CLA or a DCO document
3030
# branch should not be protected
@@ -41,3 +41,4 @@ jobs:
4141
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
4242
#lock-pullrequest-aftermerge: false - if you don't want this bot to automatically lock the pull request after merging (default - true)
4343
#use-dco-flag: true - If you are using DCO instead of CLA
44+

signatures/version1/cla.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)