Skip to content

Commit

Permalink
Rename CLA access token (#1388)
Browse files Browse the repository at this point in the history
So that we use the same name as the rest of the org
  • Loading branch information
luarx authored Oct 18, 2024
1 parent 03b8f1a commit 61d00ae
Showing 1 changed file with 1 addition 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 @@ -16,7 +16,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# the below token should have repo scope and must be manually added by you in the repository's secret
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }}
with:
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://safe.global/cla'
Expand Down

0 comments on commit 61d00ae

Please sign in to comment.