diff options
| author | Yevhen Bondarenko <evgeniy.bondarenko@sentrium.io> | 2025-07-14 12:23:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 12:23:11 +0200 |
| commit | c566a36bd4c91bf3550f21f7f02e280bdcb87788 (patch) | |
| tree | 286fdad2fdf2584e507b88de49116a476bb6cd6b /.github/workflows | |
| parent | 4e6588c6d0f91cf68f3a8bbbdd9a99fc70dcaec1 (diff) | |
| download | libpam-radius-auth-c566a36bd4c91bf3550f21f7f02e280bdcb87788.tar.gz libpam-radius-auth-c566a36bd4c91bf3550f21f7f02e280bdcb87788.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 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 |
