Skip to content

Commit 822e6d2

Browse files
committed
fix: update CLA token
1 parent 12fdcd9 commit 822e6d2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/cla.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,17 @@ jobs:
2222
with:
2323
egress-policy: audit
2424

25+
- uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
26+
id: gh-app-token
27+
with:
28+
app-id: ${{ vars.GH_APP_ID }}
29+
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
30+
2531
- name: Checkout Private Repo for Allowlist
2632
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
2733
with:
2834
repository: OpenZeppelin/cla-sigs
29-
token: ${{ secrets.CLA_SIGS_ACCESS_PAT }}
35+
token: ${{ steps.gh-app-token.outputs.token }}
3036
sparse-checkout: |
3137
allowlist.txt
3238
sparse-checkout-cone-mode: false

0 commit comments

Comments
 (0)