chore: update global workflows (#4725)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
7
.github/workflows/_update-winget-repo.yml
vendored
7
.github/workflows/_update-winget-repo.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user