diff options
| author | Yevhen Bondarenko <evgeniy.bondarenko@sentrium.io> | 2025-07-14 11:44:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 11:44:54 +0200 |
| commit | 959e4dfffe0ae46d743dac1d3203f93d2c363505 (patch) | |
| tree | 6e0581931e85564619f20fe1d3715cf4212d791a /.github/workflows | |
| parent | ca8ca29c0b8d6255f4ed353bd5934316e8f565cc (diff) | |
| download | vyos-1x-959e4dfffe0ae46d743dac1d3203f93d2c363505.tar.gz vyos-1x-959e4dfffe0ae46d743dac1d3203f93d2c363505.zip | |
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..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 |
