Skip to content

Commit f5f358d

Browse files
committed
fix: CLA tokens
1 parent 7b92047 commit f5f358d

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
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
3131
with:
3232
repository: OpenZeppelin/cla-sigs
33-
token: ${{ steps.gh-app-token.outputs.token }}
33+
token: ${{ secrets.CLA_SIGS_ACCESS_PAT }}
3434
sparse-checkout: |
3535
allowlist.txt
3636
sparse-checkout-cone-mode: false
@@ -45,8 +45,8 @@ jobs:
4545
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I confirm that I have read and hereby agree to the OpenZeppelin Contributor License Agreement') || github.event_name == 'pull_request_target'
4646
uses: contributor-assistant/github-action@ca4a40a7d1004f18d9960b404b97e5f30a505a08 #v2.6.1
4747
env:
48-
GITHUB_TOKEN: ${{ steps.gh-app-token.outputs.token }}
49-
PERSONAL_ACCESS_TOKEN: ${{ steps.gh-app-token.outputs.token }}
48+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_SIGS_ACCESS_PAT }}
5050
with:
5151
path-to-signatures: 'signatures/${{ github.event.repository.name }}/v1_cla.json'
5252
path-to-document: 'https://github.com/OpenZeppelin/cla-assistant/blob/main/openzeppelin_2025_cla.md'

0 commit comments

Comments
 (0)