Skip to content

Commit

Permalink
issue #172: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Dec 6, 2024
1 parent fafd528 commit 5e6eb7c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/workflow-detect-secret-leaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,12 @@ jobs:
uses: hashicorp/[email protected]
with:
url: https://vault.vault.svc.cluster.local:8200
# caCertificate: ${{ secrets.VAULT_CA_CERT }}
method: github
tlsSkipVerify: true
githubToken: ${{ secrets.VAULT_TOKEN }}
secrets: |
kv/data/fertiscan/backend * | API_KEY_ ;
kv/data/fertiscan/database * | API_KEY_ ;
kv/data/fertiscan-dev * | API_KEY_ ;
kv/data/nachet * | API_KEY_ ;
kv/data/finesse * | API_KEY_
- name: Install git-secrets
run: |
Expand Down

0 comments on commit 5e6eb7c

Please sign in to comment.