ci: harden env variable usage (#4266)

This commit is contained in:
ReenigneArcher 2025-09-16 23:37:29 -04:00 committed by GitHub
commit 3239f2e1a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 28 additions and 35 deletions

View file

@ -43,7 +43,8 @@ jobs:
- name: Release Setup
id: release-setup
uses: LizardByte/actions/actions/release_setup@v2025.914.154454
uses: LizardByte/actions/actions/release_setup@v2025.917.25039
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
@ -202,7 +203,7 @@ jobs:
run: ls -l artifacts
- name: Create/Update GitHub Release
uses: LizardByte/actions/actions/release_create@v2025.914.154454
uses: LizardByte/actions/actions/release_create@v2025.917.25039
with:
allowUpdates: false
body: ${{ needs.release-setup.outputs.release_body }}
@ -231,7 +232,7 @@ jobs:
path: homebrew
- name: Upload Homebrew Beta Formula
uses: LizardByte/actions/actions/release_homebrew@v2025.914.154454
uses: LizardByte/actions/actions/release_homebrew@v2025.917.25039
with:
formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb
git_email: ${{ secrets.GH_BOT_EMAIL }}