From 196eac65ef0c492eea9c8dbdbef0eba96022e054 Mon Sep 17 00:00:00 2001 From: Miroslav Tsvetanov Date: Fri, 22 May 2026 17:22:30 +0300 Subject: [PATCH] Update main-build-and-deploy-oss.yml --- .github/workflows/main-build-and-deploy-oss.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-build-and-deploy-oss.yml b/.github/workflows/main-build-and-deploy-oss.yml index a251948..275e6f7 100644 --- a/.github/workflows/main-build-and-deploy-oss.yml +++ b/.github/workflows/main-build-and-deploy-oss.yml @@ -46,7 +46,7 @@ jobs: requires-approval: runs-on: ubuntu-latest name: "Waiting for release approval" - environment: Release-Approval + environment: release-approval permissions: contents: read steps: @@ -88,7 +88,7 @@ jobs: deploy: name: Deploy to Maven Central runs-on: ubuntu-latest - environment: Release + environment: release-secrets #needs: [blackduck, build] needs: [build] steps: