Skip to content

Commit a1b4fc9

Browse files
Set default permissions to read-only
1 parent 8aef61c commit a1b4fc9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-with-clang.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches: [master]
66

7+
permissions: read-all
8+
79
jobs:
810
build-with-clang:
911
name: Build project with IntelLLVM clang compiler

.github/workflows/conda-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Conda package
22

33
on: push
44

5+
permissions: read-all
6+
57
env:
68
PACKAGE_NAME: mkl-service
79
MODULE_NAME: mkl

0 commit comments

Comments
 (0)