Skip to content

Commit

Permalink
workflows: limit the permissions in volta70 build (kokkos#2370)
Browse files Browse the repository at this point in the history
Reducing the permissions keeps the workflow and repository
safe from potential malicious deeds.

Signed-off-by: Luc Berger-Vergiat <[email protected]>
  • Loading branch information
lucbv authored Oct 10, 2024
1 parent aada14e commit adc025b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/volta70.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Reusable VOLTA70 workflow
on:
workflow_call

permissions:
contents: none

jobs:
PR_VOLTA70_CUDA1122_CUDA_LEFT_RIGHT_REL:
name: PR_VOLTA70_CUDA1122_CUDA_LEFT_RIGHT_REL
Expand Down

0 comments on commit adc025b

Please sign in to comment.