mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Harden CI permissions (#4950)
This commit is contained in:
commit
9e86c44f7c
10 changed files with 40 additions and 9 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -24,6 +24,8 @@ on:
|
|||
type: string
|
||||
default: Debug
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build (${{ matrix.artifact-name }})
|
||||
|
|
@ -31,6 +33,7 @@ jobs:
|
|||
environment: ${{ inputs.environment || '' }}
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
# Required for Azure Trusted Signing
|
||||
id-token: write
|
||||
# Required for vcpkg binary cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue