From 554f97421b5c720317aae068628fa28f9e5d2613 Mon Sep 17 00:00:00 2001 From: Timothy MacDonald Date: Tue, 7 Nov 2023 08:19:16 -0600 Subject: [PATCH] build(release): fix chocolately release action (#1440) complete migration of release action from codefresh to GH actions Signed-off-by: Timothy MacDonald --- .github/workflows/chocolatey-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chocolatey-release.yml b/.github/workflows/chocolatey-release.yml index c8001c074..da1e3165f 100644 --- a/.github/workflows/chocolatey-release.yml +++ b/.github/workflows/chocolatey-release.yml @@ -3,7 +3,6 @@ on: workflow_dispatch jobs: publish-chocolatey: runs-on: windows-latest - steps: - uses: actions/checkout@v4 with: @@ -11,8 +10,9 @@ jobs: fetch-depth: 0 - name: Running integration tests - image: lacework/win-golang:1.18-20h2 shell: pwsh + env: + API_KEY: ${{ secrets.CHOCO_KEY }} run: | # install chocolatey Set-ExecutionPolicy Bypass -Scope Process -Force