Skip to content

Commit f43f1c1

Browse files
authored
Specify CLA_ACCESS_TOKEN in workflow secrets
Signed-off-by: Adam Poulemanos <89049923+bashandbone@users.noreply.github.com>
1 parent 06e05f4 commit f43f1c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cla.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525
with:
2626
repo_name: codeweaver
2727
cla_document_url: https://github.com/knitli/codeweaver/blob/main/CONTRIBUTORS_LICENSE_AGREEMENT.md
28-
secrets: inherit
28+
secrets:
29+
CLA_ACCESS_TOKEN: ${{ secrets.CLA_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)