Skip to content

Commit

Permalink
issue #172: see if login works
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Dec 6, 2024
1 parent 98b7727 commit 93428d3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/workflow-detect-secret-leaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
method: github
tlsSkipVerify: true
githubToken: ${{ secrets.VAULT_TOKEN }}
secrets: |
secret/kv/fertiscan/frontend * | API_KEY_ ;
secret/kv/fertiscan/frontend * | API_KEY_ ;
secret/kv/fertiscan/database * | API_KEY_ ;
secret/kv/fertiscan-dev * | API_KEY_ ;
secret/kv/nachet * | API_KEY_ ;
secret/kv/finesse * | API_KEY_
# secrets: |
# secret/kv/fertiscan/frontend * | API_KEY_ ;
# secret/kv/fertiscan/frontend * | API_KEY_ ;
# secret/kv/fertiscan/database * | API_KEY_ ;
# secret/kv/fertiscan-dev * | API_KEY_ ;
# secret/kv/nachet * | API_KEY_ ;
# secret/kv/finesse * | API_KEY_

- name: Install git-secrets
run: |
Expand Down

0 comments on commit 93428d3

Please sign in to comment.