diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 904d07c84c979513eca6345792bba4d6297d8e45..613cb8b91c511d37e0b3c10f53c1b7896ce05f91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,15 +8,10 @@ on: - "master" pull_request: workflow_call: - secrets: - GITLEAKS_LICENSE_KEY: - required: true jobs: ci: uses: smallstep/workflows/.github/workflows/goCI.yml@main with: - run-gitleaks: true run-codeql: true - secrets: - GITLEAKS_LICENSE_KEY: ${{ secrets.GITLEAKS_LICENSE_KEY }} + secrets: inherit