summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYevhen Bondarenko <evgeniy.bondarenko@sentrium.io>2025-07-14 12:07:50 +0200
committerGitHub <noreply@github.com>2025-07-14 12:07:50 +0200
commit4fdd01fe4a660e217953bf79819c6c4ee3b8ff0c (patch)
treeef26b7c765fd4dd2ae24f7714bba52ce08f15fce /.github/workflows
parentd985a8065d957ce3964d311c8250a29c08f83f10 (diff)
downloadvyatta-cfg-4fdd01fe4a660e217953bf79819c6c4ee3b8ff0c.tar.gz
vyatta-cfg-4fdd01fe4a660e217953bf79819c6c4ee3b8ff0c.zip
T7579: fix of the run trigger for CLA
Diffstat (limited to '.github/workflows')
-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