diff options
| author | Yevhen Bondarenko <evgeniy.bondarenko@sentrium.io> | 2025-07-14 14:01:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 14:01:26 +0200 |
| commit | b430ed207c7ce66e9c83354236f3f216042d1aab (patch) | |
| tree | 9602df09e1ffa6de74cee803cbab0182f2660eb3 | |
| parent | 9cce6c63951a823723264a74be606388ed8ee323 (diff) | |
| download | vyos-live-build-b430ed207c7ce66e9c83354236f3f216042d1aab.tar.gz vyos-live-build-b430ed207c7ce66e9c83354236f3f216042d1aab.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..625ff78f8 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 |
