Skip to content

Commit 554724c

Browse files
committed
CI permissions
1 parent 15f87e4 commit 554724c

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/cache-ospray.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
permissions: read-all
12

23
on:
34
workflow_call:

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
1818
cancel-in-progress: true
1919

20+
permissions: read-all
21+
2022
jobs:
2123

2224
## Build Jobs ##

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
1818
cancel-in-progress: true
1919

20+
permissions: read-all
21+
2022
jobs:
2123

2224
### Build Jobs ###

0 commit comments

Comments
 (0)