aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/kernel.yml
diff options
context:
space:
mode:
authorAlex Low <aleksandrosansan@gmail.com>2022-09-19 12:20:37 +0200
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2022-12-04 16:26:59 +0100
commit3a9f927c2f74bce2f8b6c1fe654db3ef2cabae0a (patch)
treec45ef176726c446b37be92f042aeba05943b057d /.github/workflows/kernel.yml
parent8496275f83fda227f9b9c8d706ca18d1d3733c77 (diff)
downloadupstream-3a9f927c2f74bce2f8b6c1fe654db3ef2cabae0a.tar.gz
upstream-3a9f927c2f74bce2f8b6c1fe654db3ef2cabae0a.tar.bz2
upstream-3a9f927c2f74bce2f8b6c1fe654db3ef2cabae0a.zip
build: harden GitHub workflow permissions
Grant pull-requests write permission to the labeler workflow and read-only to everything else. Signed-off-by: Alex Low <aleksandrosansan@gmail.com> [ wrap to 80 columns and fix wrong author as requested by author itself ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit 715259940776843d8799bc39de8eb50eb764189b)
Diffstat (limited to '.github/workflows/kernel.yml')
-rw-r--r--.github/workflows/kernel.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml
index 4f8c6b9317..62e0952f19 100644
--- a/.github/workflows/kernel.yml
+++ b/.github/workflows/kernel.yml
@@ -7,6 +7,10 @@ on:
- 'include/kernel-*'
- 'package/kernel/**'
- 'target/linux/generic/**'
+
+permissions:
+ contents: read
+
jobs:
determine_targets:
name: Set targets