summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-07-15 16:43:39 +0200
committerGitHub <noreply@github.com>2025-07-15 16:43:39 +0200
commit089e7f35444037b345ea7259a9b37948ef76479c (patch)
tree286fdad2fdf2584e507b88de49116a476bb6cd6b
parent72864e5edfc45a5b3d01bb65e761db314e551b84 (diff)
parentc566a36bd4c91bf3550f21f7f02e280bdcb87788 (diff)
downloadlibpam-radius-auth-089e7f35444037b345ea7259a9b37948ef76479c.tar.gz
libpam-radius-auth-089e7f35444037b345ea7259a9b37948ef76479c.zip
Merge pull request #16 from vyos/cla
CI: 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 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