ci: harden env variable usage (#4266)
This commit is contained in:
parent
9f6c832583
commit
3239f2e1a4
5 changed files with 28 additions and 35 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue