mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Update GitHub Actions permissions in CI pipeline
- Added permissions for packages, pull-requests, statuses, and id-token to enhance workflow capabilities. - This change improves the CI pipeline's ability to manage pull requests and access necessary resources.
This commit is contained in:
parent
a1f3d9ecd4
commit
db9fc17071
@ -8,6 +8,10 @@ permissions:
|
||||
checks: write
|
||||
contents: read
|
||||
actions: write
|
||||
packages: read
|
||||
pull-requests: write
|
||||
statuses: write
|
||||
id-token: write
|
||||
|
||||
env:
|
||||
GKE_ZONE: 'us-central1'
|
||||
|
Loading…
Reference in New Issue
Block a user