Skip to content

Commit

Permalink
issue #172: vault integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Dec 6, 2024
1 parent b6d5647 commit 98b7727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-detect-secret-leaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Authenticate with Vault using GitHub OIDC and retrieve secrets
uses: hashicorp/[email protected]
with:
url: https://vault.vault:8200
url: https://vault.vault.svc.cluster.local:8200
# caCertificate: ${{ secrets.VAULT_CA_CERT }}
method: github
tlsSkipVerify: true
Expand Down

0 comments on commit 98b7727

Please sign in to comment.