Skip to content

Commit

Permalink
Adding read-only permission to all jobs in the CI flow to ensure mini…
Browse files Browse the repository at this point in the history
…mum required access (#1300)
  • Loading branch information
timmiesmith authored Jan 23, 2024
1 parent 54a22a6 commit 144b184
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2023 Intel Corporation
# Copyright (c) 2021-2024 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -25,6 +25,8 @@ on:
- synchronize
- reopened

permissions: read-all

env:
BUILD_CONCURRENCY: 2
MACOS_BUILD_CONCURRENCY: 3
Expand Down

0 comments on commit 144b184

Please sign in to comment.