Skip to content

Commit 6943588

Browse files
authored
Merge pull request #1657 from vyos/cla
CI: T7579: fix of the run trigger for CLA
2 parents 47a8e57 + 3bc7e95 commit 6943588

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)