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: