From a96605da8b5b92406ee34d7da88e8bff42cad434 Mon Sep 17 00:00:00 2001 From: Thomas Deinhamer Date: Sat, 6 Jun 2026 12:07:56 +0200 Subject: [PATCH] ci: inherit secrets for security workflow --- .github/workflows/release.yaml | 2 ++ .github/workflows/security.yaml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 24b5d75..51f97b5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,6 +12,8 @@ jobs: security: name: verify security uses: ./.github/workflows/security.yaml + secrets: + GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} release: name: release version runs-on: ubuntu-latest diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 806c62a..ab706a2 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -2,6 +2,9 @@ name: SECURITY on: workflow_call: + secrets: + GITLEAKS_LICENSE: + required: true merge_group: pull_request: push: