Skip to content

Commit

Permalink
Update github actions permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmp committed Oct 7, 2024
1 parent 39e01e6 commit 867721d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-gpu.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 867721d

Please sign in to comment.