summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYevhen Bondarenko <evgeniy.bondarenko@sentrium.io>2025-07-14 12:27:25 +0200
committerGitHub <noreply@github.com>2025-07-14 12:27:25 +0200
commit7476f334e757bbc0249d8a725751c72abbdbde96 (patch)
treeb3529febc71236c1f37392209de9f7ca954c25de /.github
parent8235d2577d3bcb1a2e25a6d2de2ed44af54a3977 (diff)
downloadvyconf-7476f334e757bbc0249d8a725751c72abbdbde96.tar.gz
vyconf-7476f334e757bbc0249d8a725751c72abbdbde96.zip
T7579: fix of the run trigger for CLA
Diffstat (limited to '.github')
-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