From 75746a76650ac83bba65f973a2d2264f2241c9b9 Mon Sep 17 00:00:00 2001 From: Oliver Weyhmueller Date: Tue, 7 Jan 2025 06:22:10 +0100 Subject: [PATCH] fix: update vault action --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: |