diff options
| author | Yevhen Bondarenko <evgeniy.bondarenko@sentrium.io> | 2025-07-11 15:07:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-11 15:07:01 +0200 |
| commit | d51f9594c1ac1f6fa26ca01e33802ec0cf326f27 (patch) | |
| tree | 3eda2c2f06b222c225947b75cb3add88a9a33b48 /.github/workflows | |
| parent | b3681957a5120067ddb0cb9f162719e283d388e8 (diff) | |
| download | vyos-1x-d51f9594c1ac1f6fa26ca01e33802ec0cf326f27.tar.gz vyos-1x-d51f9594c1ac1f6fa26ca01e33802ec0cf326f27.zip | |
fix of the run trigger
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 |
