mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-10-29 11:23:23 +00:00
chore: update global workflows (#4125)
This commit is contained in:
parent
b2d3ded6f4
commit
bb6e3bc8e1
2
.github/workflows/_release-notifier.yml
vendored
2
.github/workflows/_release-notifier.yml
vendored
@ -20,4 +20,6 @@ jobs:
|
||||
uses: LizardByte/.github/.github/workflows/__call-release-notifier.yml@master
|
||||
if: github.repository_owner == 'LizardByte'
|
||||
secrets:
|
||||
GH_EMAIL: ${{ secrets.GH_BOT_EMAIL }}
|
||||
GH_NAME: ${{ secrets.GH_BOT_NAME }}
|
||||
GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
|
||||
|
||||
2
.github/workflows/_update-flathub-repo.yml
vendored
2
.github/workflows/_update-flathub-repo.yml
vendored
@ -26,4 +26,6 @@ jobs:
|
||||
uses: LizardByte/.github/.github/workflows/__call-update-flathub-repo.yml@master
|
||||
if: github.repository_owner == 'LizardByte'
|
||||
secrets:
|
||||
GH_EMAIL: ${{ secrets.GH_BOT_EMAIL }}
|
||||
GH_NAME: ${{ secrets.GH_BOT_NAME }}
|
||||
GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
|
||||
|
||||
2
.github/workflows/_update-pacman-repo.yml
vendored
2
.github/workflows/_update-pacman-repo.yml
vendored
@ -26,4 +26,6 @@ jobs:
|
||||
uses: LizardByte/.github/.github/workflows/__call-update-pacman-repo.yml@master
|
||||
if: github.repository_owner == 'LizardByte'
|
||||
secrets:
|
||||
GH_EMAIL: ${{ secrets.GH_BOT_EMAIL }}
|
||||
GH_NAME: ${{ secrets.GH_BOT_NAME }}
|
||||
GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user