mirror of
https://github.com/TrustTunnel/TrustTunnel.git
synced 2026-07-09 17:18:36 +00:00
Use vault-action@v4 (PR 4)
This commit is contained in:
parent
03ab2a4ed8
commit
14d159e22e
2 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
|
||||
- name: Retrieve GPG signing secrets
|
||||
uses: hashicorp/vault-action@v3
|
||||
uses: hashicorp/vault-action@v4
|
||||
with:
|
||||
url: ${{ vars.VAULT_URL }}
|
||||
method: jwt
|
||||
|
|
@ -80,7 +80,7 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
|
||||
- name: Retrieve GPG signing secrets
|
||||
uses: hashicorp/vault-action@v3
|
||||
uses: hashicorp/vault-action@v4
|
||||
with:
|
||||
url: ${{ vars.VAULT_URL }}
|
||||
method: jwt
|
||||
|
|
|
|||
2
.github/workflows/deploy-dockerhub.yml
vendored
2
.github/workflows/deploy-dockerhub.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Retrieve DockerHub credentials from Vault
|
||||
uses: hashicorp/vault-action@v3
|
||||
uses: hashicorp/vault-action@v4
|
||||
with:
|
||||
url: ${{ vars.VAULT_URL }}
|
||||
method: jwt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue