From d6fd012f7163d867212163784df312b6e373aa44 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 26 Jun 2024 13:28:37 +0200 Subject: [PATCH] fix av whitelisting step in win-exe workflow --- .github/workflows/win-exe.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 18c50db4b..8611c5b3e 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -390,12 +390,14 @@ jobs: needs: [publish] with: url: ${{ needs.publish.outputs.download-url-msi }} + secrets: inherit allowlist-exe: uses: ./.github/workflows/av-whitelist.yml needs: [publish] with: url: ${{ needs.publish.outputs.download-url-exe }} + secrets: inherit notify-winget: name: Notify for winget-release