From d2fcaa93bcd9f83ca9ce5dfac3151ef857b2bea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Wed, 24 Jun 2026 13:56:08 +0200 Subject: [PATCH] chore: add support for WINGET_TOKEN in the secrets --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0369cd2cf2..1923dd3a9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,3 +69,4 @@ jobs: args: release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + WINGET_TOKEN: ${{ secrets.WINGET_TOKEN }}