Skip to content

Commit

Permalink
Workaround for bug in cla-assistant.
Browse files Browse the repository at this point in the history
  • Loading branch information
liffiton committed Jul 9, 2024
1 parent 10eaf07 commit 984c21c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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: 'contributors/cla_signaturs.json'
path-to-signatures: 'contributors/cla_signatures.json'
path-to-document: 'https://github.com/liffiton/Gen-Ed/blob/main/contributors/contributor_license_agreement.md'
# branch should not be protected
branch: 'main'
Expand Down
4 changes: 4 additions & 0 deletions contributors/cla_signatures.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"signedContributors": [
]
}

0 comments on commit 984c21c

Please sign in to comment.