diff --git a/action.yml b/action.yml index f7f42fc..1746278 100644 --- a/action.yml +++ b/action.yml @@ -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: |