From 80e46cabebb378ae9bd70cf341517ba09b195bb1 Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Tue, 3 Oct 2023 11:28:58 -0400 Subject: [PATCH] Update deployment.yml Update release job to use repository environment needed for homebrew secret --- .github/workflows/deployment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 24d89c83b..11ca5b485 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -206,6 +206,7 @@ jobs: release: runs-on: ubuntu-latest needs: [linux, macos, windows] + environment: ${{ inputs.environment }} if: inputs.release steps: - name: Checkout cli/cli