diff options
| author | Yevhen Bondarenko <evgeniy.bondarenko@sentrium.io> | 2025-07-14 12:25:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 12:25:19 +0200 |
| commit | 34c5ef3adf0511c2b28cffa54f88f15feb89e5bb (patch) | |
| tree | 3e3608b46a4b39205f15e8c4e0fc3fa2e20005cd | |
| parent | 6d6d2668d220cae98d7aab42186a0d6b6a270aa5 (diff) | |
| download | vyos-1x-34c5ef3adf0511c2b28cffa54f88f15feb89e5bb.tar.gz vyos-1x-34c5ef3adf0511c2b28cffa54f88f15feb89e5bb.zip | |
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..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 |
