File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 16
16
uses : hashicorp/vault-action@v3
17
17
id : vault
18
18
with :
19
- url : https://vault.eng. aserto.com/
19
+ url : https://vault.aserto.com/
20
20
token : ${{ secrets.VAULT_TOKEN }}
21
21
secrets : |
22
22
kv/data/algolia "API_KEY" | API_KEY;
Original file line number Diff line number Diff line change 9
9
required : false
10
10
11
11
env :
12
- VAULT_ADDR : https://vault.eng.aserto.com/
13
12
PR_BRANCH : topaz_templates_${{ inputs.branch }}
14
13
# If the source topaz branch isn't 'main', add a '[DO NOT MERGE]' prefix to the PR title
15
14
PR_TITLE : ${{ inputs.branch != 'main' && '[DO NOT MERGE] ' || '' }} Update topaz templates from ${{ inputs.branch }}
38
37
uses : hashicorp/vault-action@v3
39
38
id : vault
40
39
with :
41
- url : https://vault.eng. aserto.com/
40
+ url : https://vault.aserto.com/
42
41
token : ${{ secrets.VAULT_TOKEN }}
43
42
secrets : |
44
43
kv/data/github "SSH_PRIVATE_KEY" | SSH_PRIVATE_KEY;
You can’t perform that action at this time.
0 commit comments