mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 18:36:34 +00:00
ci: scope workflow permissions to job level (#4717)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
---
|
||||
name: CI-Linux
|
||||
permissions:
|
||||
contents: read
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
@@ -19,6 +18,8 @@ jobs:
|
||||
env:
|
||||
APP_ID: dev.lizardbyte.app.Sunshine
|
||||
VERSION: ${{ inputs.release_version }}
|
||||
permissions:
|
||||
contents: read
|
||||
runs-on: ubuntu-${{ matrix.dist }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user