summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-07-15 16:41:27 +0200
committerGitHub <noreply@github.com>2025-07-15 16:41:27 +0200
commitc698d9a4e07b9ace936f262dea6a31a80c44ebc6 (patch)
tree3974be60d2ddaae2dbeead2b23d687c323397091 /.github/workflows
parent41f6048079a9775237d914cf254928bba488fb07 (diff)
parent2f98966d5d6c309a4419c6d888c3cb6048dff0da (diff)
downloadvyos-1x-c698d9a4e07b9ace936f262dea6a31a80c44ebc6.tar.gz
vyos-1x-c698d9a4e07b9ace936f262dea6a31a80c44ebc6.zip
Merge pull request #38 from vyos/cla
CI: 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 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