Skip to content

Commit 9f24124

Browse files
committed
Revert "Use just-in-time access token for checking CLA (#3985)"
This reverts commit df52506.
1 parent df52506 commit 9f24124

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.github/workflows/cla.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@ permissions:
1414

1515
jobs:
1616
RequireCLA:
17-
steps:
18-
# Generate an access token; used to access the repository hosting the set
19-
# of known CLA signatures
20-
- name: Create access token
21-
uses: actions/create-github-app-token@v1
22-
id: app-token
23-
with:
24-
app-id: ${{ vars.POSITRON_BOT_APP_ID }}
25-
private-key: ${{ secrets.POSITRON_BOT_PRIVATE_KEY }}
26-
owner: ${{ github.repository_owner }}
27-
28-
# Validate that the CLA has been signed by the author(s)
29-
- name: Validate CLA signatures
30-
uses: posit-dev/cla-assistant/.github/workflows/posit-cla.yml@v1
31-
secrets:
32-
CLA_ASSISTANT_PAT: ${{ steps.app-token.outputs.token }}
17+
uses: posit-dev/cla-assistant/.github/workflows/posit-cla.yml@v1
18+
secrets:
19+
CLA_ASSISTANT_PAT: ${{ secrets.CLA_ASSISTANT_PAT }}

0 commit comments

Comments
 (0)