From cbf5dca0e3ae29979f0c63503241cbec048c0397 Mon Sep 17 00:00:00 2001 From: Markus Bucher Date: Fri, 29 May 2026 11:18:47 +0200 Subject: [PATCH 1/2] Bind snapshot build to env Release-Snapshot --- .github/workflows/main-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index e744917..02c75ba 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -68,6 +68,7 @@ jobs: name: Deploy snapshot to Artifactory runs-on: ubuntu-latest needs: [build] # [build, scan] + environment: Release-Snapshot steps: - name: Checkout uses: actions/checkout@v4 From e83e7d1e5a412de1185005a672199cf3d2283ad2 Mon Sep 17 00:00:00 2001 From: BraunMatthias <59841349+BraunMatthias@users.noreply.github.com> Date: Fri, 29 May 2026 13:14:16 +0200 Subject: [PATCH 2/2] Update .github/workflows/main-build.yml --- .github/workflows/main-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 02c75ba..7817807 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -68,7 +68,7 @@ jobs: name: Deploy snapshot to Artifactory runs-on: ubuntu-latest needs: [build] # [build, scan] - environment: Release-Snapshot + environment: release-secrets steps: - name: Checkout uses: actions/checkout@v4