fix: update vault action
This commit is contained in:
parent
5a9915a5db
commit
75746a7665
1 changed files with 2 additions and 1 deletions
|
@ -6,10 +6,11 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- name: Import Secrets
|
- name: Import Secrets
|
||||||
id: import-secrets
|
id: import-secrets
|
||||||
uses: https://github.com/hashicorp/vault-action@v2
|
uses: https://github.com/hashicorp/vault-action@v3
|
||||||
with:
|
with:
|
||||||
url: https://vault.w9r.dev
|
url: https://vault.w9r.dev
|
||||||
method: approle
|
method: approle
|
||||||
|
role: forgejo-ci
|
||||||
roleId: ${{ secrets.VAULT_ROLE_ID }}
|
roleId: ${{ secrets.VAULT_ROLE_ID }}
|
||||||
secretId: ${{ secrets.VAULT_SECRET_ID }}
|
secretId: ${{ secrets.VAULT_SECRET_ID }}
|
||||||
secrets: |
|
secrets: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue