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 aa4441e commit fafd528
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/workflow-detect-secret-leaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ jobs:
tlsSkipVerify: true
githubToken: ${{ secrets.VAULT_TOKEN }}
secrets: |
secrets/kv/fertiscan/frontend * | API_KEY_ ;
secrets/kv/fertiscan/frontend * | API_KEY_ ;
secrets/kv/fertiscan/database * | API_KEY_ ;
secrets/kv/fertiscan-dev * | API_KEY_ ;
secrets/kv/nachet * | API_KEY_ ;
secrets/kv/finesse * | API_KEY_
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 fafd528

Please sign in to comment.