From f5b0a3023b3ccb0204b968d6e7cc424793258eaa Mon Sep 17 00:00:00 2001 From: mcraa <6892971+mcraa@users.noreply.github.com> Date: Fri, 16 Dec 2022 17:17:32 +0100 Subject: [PATCH] Update winget.yml --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index e379b8cd..1614439d 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -10,4 +10,4 @@ jobs: with: identifier: Balena.Etcher installer-regex: 'balenaEtcher-Setup.*.exe$' - token: ${{ secrets.WINGET_TOKEN }} + token: ${{ secrets.GH_TOKEN_PUBLICREPO }}