summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYevhen Bondarenko <evgeniy.bondarenko@sentrium.io>2025-07-14 12:31:57 +0200
committerGitHub <noreply@github.com>2025-07-14 12:31:57 +0200
commit2f98966d5d6c309a4419c6d888c3cb6048dff0da (patch)
tree3974be60d2ddaae2dbeead2b23d687c323397091
parent6415d6928601bbd1052bfd61530bc50e501750f8 (diff)
downloadvyos-1x-2f98966d5d6c309a4419c6d888c3cb6048dff0da.tar.gz
vyos-1x-2f98966d5d6c309a4419c6d888c3cb6048dff0da.zip
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 3c1aeee67..625ff78f8 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