diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-15 16:44:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 16:44:54 +0200 |
| commit | d59967adf99d46d23ca3be132ad13c4d67ebdcc4 (patch) | |
| tree | 7567b3d04b9a14d4df8f7576b569ea83306fc5bd | |
| parent | defe8e5b7d21289d20f097145ce6519241a27dad (diff) | |
| parent | 67f0031d06f7e3fea1299785c7702d010488446b (diff) | |
| download | vyos-build-d59967adf99d46d23ca3be132ad13c4d67ebdcc4.tar.gz vyos-build-d59967adf99d46d23ca3be132ad13c4d67ebdcc4.zip | |
Merge pull request #989 from vyos/cla
CI: T7579: fix of the run trigger for CLA
| -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 |
