diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2025-07-14 22:29:27 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 22:29:27 +0530 |
| commit | 25dfd32a3d42c76cc0adf2e740189faae8017e33 (patch) | |
| tree | 4a5a31135003ccc9f8ae6e71f79ec090caa06701 | |
| parent | b8c16b49a73641dcf8e98d799713938150d1c3ac (diff) | |
| parent | 3207938c70590c01a1fc856076a171e1946a335a (diff) | |
| download | vyos-github-actions-25dfd32a3d42c76cc0adf2e740189faae8017e33.tar.gz vyos-github-actions-25dfd32a3d42c76cc0adf2e740189faae8017e33.zip | |
Merge pull request #4 from vyos/cla
CI: 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 |
