diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-15 16:47:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 16:47:13 +0200 |
| commit | f9e8129a8ee2d1afb88081b895b2fbe0700e7112 (patch) | |
| tree | d53b78133f236f5523ac16482851ecbe3aeb304c /.github/workflows | |
| parent | dbcd596f5f2ba524632fd278deecf6bc62d523cc (diff) | |
| parent | a119a3b0d17621e5356bdab42cfec34aee738195 (diff) | |
| download | vyos-cloud-init-f9e8129a8ee2d1afb88081b895b2fbe0700e7112.tar.gz vyos-cloud-init-f9e8129a8ee2d1afb88081b895b2fbe0700e7112.zip | |
Merge pull request #88 from vyos/cla
CI: T7579: fix of the run trigger for CLA
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cla-check.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml index 3c1aeee6..625ff78f 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 |
