Skip to content

Commit 2e5e21d

Browse files
authored
fix ci (#194)
* fix vault addr usage
1 parent 6dbbb5e commit 2e5e21d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/scrape.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: hashicorp/vault-action@v3
1717
id: vault
1818
with:
19-
url: https://vault.eng.aserto.com/
19+
url: https://vault.aserto.com/
2020
token: ${{ secrets.VAULT_TOKEN }}
2121
secrets: |
2222
kv/data/algolia "API_KEY" | API_KEY;

.github/workflows/update_templates.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
required: false
1010

1111
env:
12-
VAULT_ADDR: https://vault.eng.aserto.com/
1312
PR_BRANCH: topaz_templates_${{ inputs.branch }}
1413
# If the source topaz branch isn't 'main', add a '[DO NOT MERGE]' prefix to the PR title
1514
PR_TITLE: ${{ inputs.branch != 'main' && '[DO NOT MERGE] ' || '' }} Update topaz templates from ${{ inputs.branch }}
@@ -38,7 +37,7 @@ jobs:
3837
uses: hashicorp/vault-action@v3
3938
id: vault
4039
with:
41-
url: https://vault.eng.aserto.com/
40+
url: https://vault.aserto.com/
4241
token: ${{ secrets.VAULT_TOKEN }}
4342
secrets: |
4443
kv/data/github "SSH_PRIVATE_KEY" | SSH_PRIVATE_KEY;

0 commit comments

Comments
 (0)