diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-15 16:46:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 16:46:53 +0200 |
| commit | fd1e89126a5e176582b0be4abb77a7dacae9e7b2 (patch) | |
| tree | a905158e6e260ae1123625503bf7401ad2648f18 | |
| parent | 56fc34c1c7e18988c1121f26f7f1246e5227d911 (diff) | |
| parent | 60d01a0c5253bec794f5a69003c7dafc9dec804a (diff) | |
| download | hvinfo-fd1e89126a5e176582b0be4abb77a7dacae9e7b2.tar.gz hvinfo-fd1e89126a5e176582b0be4abb77a7dacae9e7b2.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 |
