From ae86c2824795fdb96e1f373a0200669334274292 Mon Sep 17 00:00:00 2001 From: Lewis Crichton Date: Sat, 7 Oct 2023 17:19:42 +0100 Subject: [PATCH] ci: force fork user to be bot account (#141) --- .github/workflows/winget-submission.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index 8e7a8bb..db20692 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -22,3 +22,4 @@ jobs: token: ${{ secrets.WINGET_PAT }} installers-regex: '\.exe$' release-tag: ${{ inputs.tag || github.event.release.tag_name }} + fork-user: shiggybot