diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-15 16:40:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 16:40:59 +0200 |
| commit | c47c312c8403a9bbf05365f7ddb7876e106b40e3 (patch) | |
| tree | 37e0f007392c3837a745d827206e1ce70866fe94 /.github/workflows | |
| parent | 73600f99aa11f01e3f8148da2212abf51a766632 (diff) | |
| parent | 34c5ef3adf0511c2b28cffa54f88f15feb89e5bb (diff) | |
| download | vyos-1x-c47c312c8403a9bbf05365f7ddb7876e106b40e3.tar.gz vyos-1x-c47c312c8403a9bbf05365f7ddb7876e106b40e3.zip | |
Merge pull request #44 from vyos/cla
CI: T7579: fix of the run trigger for CLA
Diffstat (limited to '.github/workflows')
| -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..4b8182585 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 |
