File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,6 @@ permissions:
14
14
15
15
jobs :
16
16
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 }}
You can’t perform that action at this time.
0 commit comments