瀏覽代碼

fix av whitelisting step in win-exe workflow

Armin Schrenk 9 月之前
父節點
當前提交
d6fd012f71
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/win-exe.yml

+ 2 - 0
.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