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:
|
||||
- name: Import Secrets
|
||||
id: import-secrets
|
||||
uses: https://github.com/hashicorp/vault-action@v2
|
||||
uses: https://github.com/hashicorp/vault-action@v3
|
||||
with:
|
||||
url: https://vault.w9r.dev
|
||||
method: approle
|
||||
role: forgejo-ci
|
||||
roleId: ${{ secrets.VAULT_ROLE_ID }}
|
||||
secretId: ${{ secrets.VAULT_SECRET_ID }}
|
||||
secrets: |
|
||||
|
|
Loading…
Add table
Reference in a new issue