From b58bb2ce5f57c4b645e6075abd460f0a2a02bac8 Mon Sep 17 00:00:00 2001 From: "Krystie (TRI packaging)" Date: Sun, 21 Jun 2026 02:10:55 -0700 Subject: [PATCH] ci: fix WinGet gh pr create auth (set GH_TOKEN) --- .github/workflows/distribute.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index 7c1ce9a..03b2484 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -491,6 +491,7 @@ jobs: - name: Fork + update WinGet manifest + open PR if: env.WINGET_TOKEN != '' env: + GH_TOKEN: ${{ secrets.WINGET_TOKEN }} SHA: ${{ steps.sha.outputs.sha }} PUBLISHER_INITIAL: C PACKAGE_ID: CryptographicTriangles.TrianglesQt