Skip to content

Commit

Permalink
chore: new Vault server (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Aug 26, 2023
2 parents 6794b9f + b390fa6 commit 2ed9656
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: hashicorp/[email protected]
id: secrets
with:
url: https://secrets.hackworth-corp.com
url: https://vault.hackworth-corp.com
path: "github-actions"
role: primer-app-workflow-pages
method: jwt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: hashicorp/[email protected]
id: secrets
with:
url: https://secrets.hackworth-corp.com
url: https://vault.hackworth-corp.com
path: "github-actions"
role: primer-app-workflow-chromatic
method: jwt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-backend-to-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: hashicorp/[email protected]
id: secrets
with:
url: https://secrets.hackworth-corp.com
url: https://vault.hackworth-corp.com
path: "github-actions"
role: primer-app-workflow-ghcr
method: jwt
Expand Down

0 comments on commit 2ed9656

Please sign in to comment.