diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-15 16:46:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 16:46:28 +0200 |
| commit | c34294b7a18072c7bd4eaf8ec0f433bb374fad5c (patch) | |
| tree | 543c24ec9bc010ba0836f1c0e0da2fd641dbd132 /.github | |
| parent | 8b617264fa6e3fa9fab69edd6b56d246612bf008 (diff) | |
| parent | b18455d8b58c4516a59bb2280344f4513f05692d (diff) | |
| download | ipaddrcheck-c34294b7a18072c7bd4eaf8ec0f433bb374fad5c.tar.gz ipaddrcheck-c34294b7a18072c7bd4eaf8ec0f433bb374fad5c.zip | |
Merge pull request #18 from vyos/cla
CI: T7579: fix of the run trigger for CLA
Diffstat (limited to '.github')
| -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 |
