We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eabd73 commit 5e12456Copy full SHA for 5e12456
.github/workflows/cla-check.yml
@@ -7,13 +7,12 @@ permissions:
7
statuses: write
8
9
on:
10
- pull_request:
+ pull_request_target:
11
types: [opened, synchronize, closed]
12
issue_comment:
13
types: [created]
14
15
jobs:
16
call-cla-assistant:
17
uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@current
18
- secrets:
19
- CLA_PAT: ${{ secrets.CLA_PAT }}
+ secrets: inherit
0 commit comments