diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-15 16:50:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 16:50:30 +0200 |
| commit | fb23bd013465a8eb089bb037b852d46a6c6a2b9d (patch) | |
| tree | cb430232a5ae2f732d52cb580c320c47cd4b9000 | |
| parent | 6816887f95ad2b5780c47ecc573d9307ad03b473 (diff) | |
| parent | 378c9d8620306d7454bc7fbb85905caf753ead9c (diff) | |
| download | vyos-1x-fb23bd013465a8eb089bb037b852d46a6c6a2b9d.tar.gz vyos-1x-fb23bd013465a8eb089bb037b852d46a6c6a2b9d.zip | |
Merge pull request #24 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 3c1aeee67..625ff78f8 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 |
