From a93f755731e683825444ca14cb6e316d191f37c0 Mon Sep 17 00:00:00 2001 From: Umberto Baldi <34278123+umbynos@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:00:05 +0100 Subject: [PATCH] [skip-changelog] fixup, use environment (#2542) * [skip-changelog] fixup, use environment * Apply suggestions from code review Co-authored-by: Massimo Schenone <1193386+mschenone@users.noreply.github.com> --------- Co-authored-by: Massimo Schenone <1193386+mschenone@users.noreply.github.com> --- .github/workflows/publish-go-nightly-task.yml | 1 + .github/workflows/release-go-task.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/publish-go-nightly-task.yml b/.github/workflows/publish-go-nightly-task.yml index 6e6fc6cb465..8b496a6fbe8 100644 --- a/.github/workflows/publish-go-nightly-task.yml +++ b/.github/workflows/publish-go-nightly-task.yml @@ -231,6 +231,7 @@ jobs: publish-nightly: runs-on: ubuntu-latest + environment: production needs: - create-nightly-artifacts - notarize-macos diff --git a/.github/workflows/release-go-task.yml b/.github/workflows/release-go-task.yml index d9090b12ee1..e9fb5097c2e 100644 --- a/.github/workflows/release-go-task.yml +++ b/.github/workflows/release-go-task.yml @@ -235,6 +235,7 @@ jobs: create-release: runs-on: ubuntu-latest + environment: production needs: - create-release-artifacts - notarize-macos