Skip to content

Commit

Permalink
set top level permissions to read-all
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Jan 7, 2024
1 parent be5ce17 commit 490e06c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-ROS2-package-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
branches: ['**']

permissions: read-all

jobs:

build_lrs_ros2_package:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/buildsCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: ['**']
pull_request:
branches: ['**']

permissions: read-all

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/static_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: ['**']
pull_request:
branches: ['**']

permissions: read-all

jobs:
CppCheck:
Expand Down

0 comments on commit 490e06c

Please sign in to comment.