Skip to content

Commit 3bc7e95

Browse files
authored
T7579: fix of the run trigger for CLA
1 parent b342916 commit 3bc7e95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cla-check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ permissions:
77
statuses: write
88

99
on:
10-
pull_request:
10+
pull_request_target:
1111
types: [opened, synchronize, closed]
1212
issue_comment:
1313
types: [created]
1414

1515
jobs:
1616
call-cla-assistant:
1717
uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@current
18-
secrets:
19-
CLA_PAT: ${{ secrets.CLA_PAT }}
18+
secrets: inherit

0 commit comments

Comments
 (0)