summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2025-07-14 22:29:27 +0530
committerGitHub <noreply@github.com>2025-07-14 22:29:27 +0530
commit25dfd32a3d42c76cc0adf2e740189faae8017e33 (patch)
tree4a5a31135003ccc9f8ae6e71f79ec090caa06701
parentb8c16b49a73641dcf8e98d799713938150d1c3ac (diff)
parent3207938c70590c01a1fc856076a171e1946a335a (diff)
downloadvyos-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.yml5
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