mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
Update github actions permissions
This commit is contained in:
parent
39e01e61f8
commit
867721d4b7
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ci-gpu.yml
vendored
7
.github/workflows/ci-gpu.yml
vendored
|
|
@ -1,5 +1,12 @@
|
|||
name: gpu-build-only
|
||||
|
||||
permissions: # https://github.com/actions/checkout/issues/254
|
||||
actions: write # Necessary to cancel workflow executions
|
||||
checks: write # Necessary to write reports
|
||||
pull-requests: write # Necessary to comment on PRs
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue