From d445d9f039d1ab985d1304751eee00aada20fcd3 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..0eabf91 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: + vaultRoleId: ${{ secrets.VAULT_ROLE_ID }} + vaultSecretId: ${{ 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..bb3ca5e 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: + vaultRoleId: ${{ secrets.VAULT_ROLE_ID }} + vaultSecretId: ${{ VAULT_SECRET_ID }} - name: Cache SonarQube packages uses: https://github.com/actions/cache@v4