mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 14:52:15 +00:00
chore(deps): update hashicorp/vault-action action to v3
This commit is contained in:
parent
db96111c37
commit
0c97cb5822
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.7.3
|
||||
uses: hashicorp/vault-action@v3.3.0
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
@ -178,7 +178,7 @@ jobs:
|
||||
working-directory: avm/client/dist
|
||||
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.7.3
|
||||
uses: hashicorp/vault-action@v3.3.0
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
@ -233,7 +233,7 @@ jobs:
|
||||
path: crates/interpreter-wasm/
|
||||
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.7.3
|
||||
uses: hashicorp/vault-action@v3.3.0
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
@ -274,7 +274,7 @@ jobs:
|
||||
run: wasm-pack build --release -m force --target nodejs
|
||||
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.7.3
|
||||
uses: hashicorp/vault-action@v3.3.0
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
@ -338,7 +338,7 @@ jobs:
|
||||
echo "found any?:" "${{ steps.status.outputs.found }}"
|
||||
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.7.3
|
||||
uses: hashicorp/vault-action@v3.3.0
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
|
@ -38,7 +38,7 @@ jobs:
|
||||
ref: ${{ inputs.ref }}
|
||||
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.7.3
|
||||
uses: hashicorp/vault-action@v3.3.0
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
|
2
.github/workflows/snapshot-avm.yml
vendored
2
.github/workflows/snapshot-avm.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
working-directory: avm/client/dist
|
||||
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.7.3
|
||||
uses: hashicorp/vault-action@v3.3.0
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
|
2
.github/workflows/snapshot-cargo.yml
vendored
2
.github/workflows/snapshot-cargo.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
ref: ${{ inputs.ref }}
|
||||
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.7.3
|
||||
uses: hashicorp/vault-action@v3.3.0
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
|
Loading…
x
Reference in New Issue
Block a user