Skip to content

Commit 3982686

Browse files
ci(cla): store signatures on unprotected cla-signatures branch
GITHUB_TOKEN cannot push the signature ledger to protected main; move the store to a dedicated branch so the CLA check can persist signatures.
1 parent 2a03f51 commit 3982686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
with:
3737
path-to-signatures: ".cla-signatures/v1/cla.json"
3838
path-to-document: "https://github.com/SantanderAI/cla/blob/main/CLA.md"
39-
branch: main
39+
branch: cla-signatures
4040
allowlist: dependabot[bot],opensource-SantanderAI

0 commit comments

Comments
 (0)