Skip to content

Commit

Permalink
CI permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
johguenther committed Mar 21, 2024
1 parent 15f87e4 commit 554724c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cache-ospray.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
permissions: read-all

on:
workflow_call:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions: read-all

jobs:

## Build Jobs ##
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions: read-all

jobs:

### Build Jobs ###
Expand Down

0 comments on commit 554724c

Please sign in to comment.