Skip to content

Commit cde3277

Browse files
authored
Merge pull request #3175 from aconite33/fix/cla-use-cla-repo-dev
Fix CLA: use reusable workflow from CLA repo
2 parents e6709c8 + 6ec615b commit cde3277

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/cla.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on:
55
pull_request_target:
66
types: [opened, closed, synchronize]
77

8+
permissions:
9+
pull-requests: write
10+
statuses: write
11+
812
jobs:
913
cla:
10-
uses: blacklanternsecurity/.github/.github/workflows/cla-reusable.yml@main
14+
uses: blacklanternsecurity/CLA/.github/workflows/cla-reusable.yml@main
1115
secrets: inherit

0 commit comments

Comments
 (0)