diff --git a/.gitea/workflows/sonarqube.yaml b/.gitea/workflows/sonarqube.yaml index 57014db..634d2fd 100644 --- a/.gitea/workflows/sonarqube.yaml +++ b/.gitea/workflows/sonarqube.yaml @@ -100,6 +100,9 @@ jobs: TF_BACKEND_BUCKET: ${{ secrets.MINIO_BUCKET }} TF_BACKEND_KEY: ${{ secrets.MINIO_STATE_KEY }} TF_BACKEND_REGION: "main" + TF_VAR_role_id: ${{ secrets.VAULT_ROLE_ID }} + TF_VAR_secret_id: ${{ secrets.VAULT_SECRET_ID }} + VAULT_ADDR: ${{ secrets.VAULT_ADDR }} run: | terraform init \ -backend-config="endpoints={s3=\"${TF_BACKEND_ENDPOINT}\"}" \