From 52fee9c575f71587525975f8a50b77e24197a2ee Mon Sep 17 00:00:00 2001 From: jonpas Date: Sat, 24 Jun 2023 20:00:34 +0200 Subject: [PATCH] Protect Publish WinGet job in environment --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 234e2e0..6fe26af 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,6 +7,7 @@ on: jobs: publish-winget: runs-on: windows-latest + environment: winget steps: # Requires forked winget-pkgs: https://github.com/microsoft/winget-pkgs to the same account as this project