summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-07-15 16:44:24 +0200
committerGitHub <noreply@github.com>2025-07-15 16:44:24 +0200
commit9f0c49de0877f9bbdeedad8ff56e86bed28f4f44 (patch)
treeb37a12ed0a955767871600fc7caa7fb5b1849341 /.github/workflows
parent69c07c9915751c1edd4284182ea398de10524511 (diff)
parent044e14febf692e3387945c092e943e1908a51b42 (diff)
downloadvyatta-bash-9f0c49de0877f9bbdeedad8ff56e86bed28f4f44.tar.gz
vyatta-bash-9f0c49de0877f9bbdeedad8ff56e86bed28f4f44.zip
Merge pull request #17 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 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