From c8312cdd8896f639c66342ffa1b4cb933526e330 Mon Sep 17 00:00:00 2001 From: eugene yokota Date: Tue, 30 Jun 2026 21:27:56 -0400 Subject: [PATCH] [2.x] fix: Fixes WinGet release config (#9404) --- .github/workflows/winget.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 95640dd33..262e50db0 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -9,4 +9,5 @@ jobs: - uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: sbt.sbt + fork-user: sbt-winget-dist-bot token: ${{ secrets.WINGET_TOKEN }}