Skip to content

Commit

Permalink
Added remote repo for CLA assistant signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzteeBear committed Mar 27, 2024
1 parent ad896ed commit 9392e76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# the below token should have repo scope and must be manually added by you in the repository's secret
# 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:
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT_OXRMC }}
with:
remote-repository-name: 'OXRMC-Signatures'
path-to-signatures: 'signatures/cla.json'
path-to-document: 'https://github.com/BuzzteeBear/OpenXR-MotionCompensation/blob/main/CLA.md'
# branch should not be protected
Expand Down

0 comments on commit 9392e76

Please sign in to comment.