diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-15 16:53:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 16:53:02 +0200 |
| commit | 6943588a828081a7d5593ebc4fde8ece304d6567 (patch) | |
| tree | e55d6610d89648ae4fa77f6971e4f8e860952228 | |
| parent | 47a8e57e733d46a87e7eb4c3cf5078d993591af8 (diff) | |
| parent | 3bc7e95597e8ca958c9faadc21c702a1d995c59c (diff) | |
| download | vyos-documentation-6943588a828081a7d5593ebc4fde8ece304d6567.tar.gz vyos-documentation-6943588a828081a7d5593ebc4fde8ece304d6567.zip | |
Merge pull request #1657 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 3c1aeee6..625ff78f 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 |
