From 0b81913ed0c3845da930617152b60ce085e7e26c Mon Sep 17 00:00:00 2001 From: Johnny Shaw Date: Sat, 9 Nov 2024 19:40:53 -0700 Subject: [PATCH] fix manifest update --- .github/workflows/update-winget-manifest.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update-winget-manifest.yml b/.github/workflows/update-winget-manifest.yml index c4d4d89..6622696 100644 --- a/.github/workflows/update-winget-manifest.yml +++ b/.github/workflows/update-winget-manifest.yml @@ -17,12 +17,10 @@ jobs: - name: Publish winget manifest run: .\winget\Publish.ps1 -Channel Canary -Version Latest -Output .\winget\ - name: Update winget manifest - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git config user.name "Johnny Shaw" git config user.email johnny.shaw@live.com git checkout main git add . git commit -m "update winget manifest" - git push + git push https://${{ secrets.PUSH_TOKEN }}@github.com/winsiderss/si-builds main