From 61d59f13fae7e13a25b08d0e5b425fef7d731a59 Mon Sep 17 00:00:00 2001 From: Justin Ma Date: Mon, 9 Jun 2025 09:33:12 +0800 Subject: [PATCH] Try to fix PAT issue of winget publish account (#15922) # Description Try to fix PAT issue of `winget` publish account, this change may make publish with `nushell` account work --- .github/workflows/winget-submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index 6be5ff4658..292177db70 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -25,5 +25,5 @@ jobs: installers-regex: 'msvc\.msi$' version: ${{ inputs.tag_name || github.event.release.tag_name }} release-tag: ${{ inputs.tag_name || github.event.release.tag_name }} - token: ${{ secrets.NUSHELL_PAT }} + token: ${{ secrets.GITHUB_TOKEN }} fork-user: nushell