diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-15 16:45:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 16:45:44 +0200 |
| commit | 54d043f9a3a49e2ee93eab2c623df34465571da5 (patch) | |
| tree | 6e7b106ffce296e9d0969af5c6bbfbc346583e66 | |
| parent | 21876126100089f96ee7caa08724f43d6e229f63 (diff) | |
| parent | b0b0f29b3927f71eba2fc0d849764a855ef48172 (diff) | |
| download | vyatta-biosdevname-54d043f9a3a49e2ee93eab2c623df34465571da5.tar.gz vyatta-biosdevname-54d043f9a3a49e2ee93eab2c623df34465571da5.zip | |
Merge pull request #7 from vyos/cla
CI: T7579: fix of the run trigger for CLA
| -rw-r--r-- | .github/workflows/cla-check.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml index 3c1aeee..625ff78 100644 --- a/.github/workflows/cla-check.yml +++ b/.github/workflows/cla-check.yml @@ -7,7 +7,7 @@ permissions: statuses: write on: - pull_request: + pull_request_target: types: [opened, synchronize, closed] issue_comment: types: [created] @@ -15,5 +15,4 @@ on: jobs: call-cla-assistant: uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@current - secrets: - CLA_PAT: ${{ secrets.CLA_PAT }} + secrets: inherit
\ No newline at end of file |
