Skip to content

Commit 57ee16f

Browse files
committed
Secrets updated
1 parent da059a5 commit 57ee16f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-cla-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "CLA Check Workflow"
33
on:
44
workflow_call:
55
secrets:
6-
PERSONAL_ACCESS_TOKEN:
6+
CLA_ACTION_ACCESS_TOKEN:
77
required: true
88

99
jobs:
@@ -14,7 +14,7 @@ jobs:
1414
uses: contributor-assistant/github-action@v2.3.2
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
17+
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ACTION_ACCESS_TOKEN }}
1818
with:
1919
path-to-signatures: "signatures/version1/cla.json"
2020
path-to-document: "https://github.com/pimcore/pimcore/blob/master/CLA.md"

0 commit comments

Comments
 (0)