diff --git a/.github/workflows/workflow-detect-secret-leaks.yml b/.github/workflows/workflow-detect-secret-leaks.yml index 0ac68394..2b0442b0 100644 --- a/.github/workflows/workflow-detect-secret-leaks.yml +++ b/.github/workflows/workflow-detect-secret-leaks.yml @@ -21,7 +21,7 @@ jobs: - name: Authenticate with Vault using GitHub OIDC and retrieve secrets uses: hashicorp/vault-action@v2.4.0 with: - url: http://vault.vault.svc.cluster.local:8200 + url: http://vault.vault:8200 # caCertificate: ${{ secrets.VAULT_CA_CERT }} method: github tlsSkipVerify: true