From 0db866f33d8211ef28eeaa77f1b4e2bd4f8661e7 Mon Sep 17 00:00:00 2001 From: Oliver Weyhmueller Date: Tue, 7 Jan 2025 06:56:20 +0100 Subject: [PATCH] chore: input vault credentials into setup role --- .forgejo/workflows/release.yaml | 4 +++- .forgejo/workflows/sonarqube.yaml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 77a7dd5..fbae5ae 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -20,7 +20,9 @@ jobs: - name: Initialize Environment uses: https://w9r.dev/w9r.dev/action-setup-environment@v1 - + with: + vault-role-id: ${{ secrets.VAULT_ROLE_ID }} + vault-secret-id: ${{ secrets.VAULT_SECRET_ID }} - name: Determine next version uses: https://github.com/obfu5c8/action-svu@v1 diff --git a/.forgejo/workflows/sonarqube.yaml b/.forgejo/workflows/sonarqube.yaml index e91f8f0..e777a0c 100644 --- a/.forgejo/workflows/sonarqube.yaml +++ b/.forgejo/workflows/sonarqube.yaml @@ -20,6 +20,9 @@ jobs: - name: Initialize Environment uses: https://w9r.dev/w9r.dev/action-setup-environment@v1 + with: + vault-role-id: ${{ secrets.VAULT_ROLE_ID }} + vault-secret-id: ${{ secrets.VAULT_SECRET_ID }} - name: Cache SonarQube packages uses: https://github.com/actions/cache@v4