Skip to content

Commit c042ce7

Browse files
authored
Update release.yml
1 parent 91a06c1 commit c042ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
packages: write
4545
id-token: write
4646
env:
47-
VAULT_ADDR: https://vault.maas-vault-prod.solace.cloud:8200
47+
VAULT_ADDR: "${{ secrets.VAULT_ADDR }}"
4848
steps:
4949
- uses: actions/checkout@v4
5050
with:
@@ -57,7 +57,7 @@ jobs:
5757
uses: hashicorp/vault-action@v3
5858
continue-on-error: true
5959
with:
60-
url: "${{ env.VAULT_ADDR }}"
60+
url: "${{ secrets.VAULT_ADDR }}"
6161
role: "cicd-workflows-secret-read-role"
6262
method: jwt
6363
path: jwt-github

0 commit comments

Comments
 (0)