chore: update global workflows (#4725)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
LizardByte-bot
2026-02-14 17:43:01 -05:00
committed by GitHub
parent d7ac57c907
commit a038cc1375
13 changed files with 48 additions and 32 deletions

View File

@@ -8,8 +8,7 @@
# Update Winget on release events.
name: Update Winget repo
permissions:
contents: read
permissions: {}
on:
release:
@@ -25,5 +24,9 @@ jobs:
name: Update Winget repo
uses: LizardByte/.github/.github/workflows/__call-update-winget-repo.yml@master
if: github.repository_owner == 'LizardByte'
permissions:
contents: read
with:
gh_name: ${{ vars.GH_BOT_NAME }}
secrets:
GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}