Skip to content

Commit c63270d

Browse files
authored
Merge pull request #47 from robmorgan/fix/cla
fix: fix cla workflow
2 parents 6f026a0 + 33fffb5 commit c63270d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cla.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
# the below token should have repo scope and must be manually added by you in the repository's secret
2626
# This token is required only if you have configured to store the signatures in a remote repository/organization
27-
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_SIGNATURES_READ_WRITE }}
27+
PERSONAL_ACCESS_TOKEN: ${{ secrets.INFRASPEC_GITHUB_BREW_TOKEN }}
2828
with:
2929
path-to-signatures: "infraspec/cla-signatures.json"
3030
path-to-document: "https://github.com/robmorgan/infraspec/blob/main/website/src/app/dev/cla.mdx"
3131
# branch should not be protected
3232
branch: "main"
33-
remote-organization-name: "brightfame"
34-
remote-repository-name: "cla-signatures"
33+
remote-organization-name: "robmorgan"
34+
remote-repository-name: "infraspec-cla-signatures"
3535
allowlist: github-actions[bot],dependabot[bot]

0 commit comments

Comments
 (0)