diff options
| author | Yevhen Bondarenko <evgeniy.bondarenko@sentrium.io> | 2025-07-14 14:10:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 14:10:16 +0200 |
| commit | 310ef6e6f55bbef2b29d1fbd7c31c5c16cef03eb (patch) | |
| tree | 904b5340df89be3244e299fb26240fad46076c43 | |
| parent | ef0fb7c578947168765a15c12c6c7b1552589bfd (diff) | |
| download | vyos-utils-misc-310ef6e6f55bbef2b29d1fbd7c31c5c16cef03eb.tar.gz vyos-utils-misc-310ef6e6f55bbef2b29d1fbd7c31c5c16cef03eb.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 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 |
