Skip to content

Commit

Permalink
Set default permissions to read-only
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Feb 11, 2024
1 parent 8aef61c commit a1b4fc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-with-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: [master]

permissions: read-all

jobs:
build-with-clang:
name: Build project with IntelLLVM clang compiler
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Conda package

on: push

permissions: read-all

env:
PACKAGE_NAME: mkl-service
MODULE_NAME: mkl
Expand Down

0 comments on commit a1b4fc9

Please sign in to comment.