Skip to content

Commit 1260371

Browse files
authored
Merge pull request #135 from r-devulap/minor
CI: set permissions to read only
2 parents 1d7c81f + 3c54bb2 commit 1260371

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build-numpy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
schedule:
99
- cron: '0 5 * * *'
1010

11+
permissions: read-all
12+
1113
jobs:
1214
np-multiarray-tgl:
1315

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches: [ "main" ]
88

9+
permissions: read-all
10+
911
jobs:
1012
SKL-gcc9:
1113

.github/workflows/linting.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches: [ "main" ]
88

9+
permissions: read-all
10+
911
jobs:
1012
clang-format:
1113

0 commit comments

Comments
 (0)