We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fdcd9 commit 822e6d2Copy full SHA for 822e6d2
.github/workflows/cla.yml
@@ -22,11 +22,17 @@ jobs:
22
with:
23
egress-policy: audit
24
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
+
31
- name: Checkout Private Repo for Allowlist
32
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
33
34
repository: OpenZeppelin/cla-sigs
- token: ${{ secrets.CLA_SIGS_ACCESS_PAT }}
35
+ token: ${{ steps.gh-app-token.outputs.token }}
36
sparse-checkout: |
37
allowlist.txt
38
sparse-checkout-cone-mode: false
0 commit comments