chore: input vault credentials into setup role
Some checks failed
release / Release (push) Failing after 2s
SonarQube Scan / SonarQube Trigger (push) Failing after 3s

This commit is contained in:
Oliver Weyhmüller 2025-01-07 06:56:20 +01:00
parent 0364f52edd
commit 0db866f33d
Signed by: oliver
GPG key ID: 5286794099F934A3
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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