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