File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments