diff options
author | Alex Low <aleksandrosansan@gmail.com> | 2022-09-19 12:20:37 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-04 17:36:57 +0100 |
commit | 303b784cc81c864bb53447684efed596e2ff5b16 (patch) | |
tree | 2c097e59733fbc23b0393260c231ea303d8c8666 /.github/workflows/kernel.yml | |
parent | b3e8d5815183370f3c529754dad78a3ac22db465 (diff) | |
download | upstream-303b784cc81c864bb53447684efed596e2ff5b16.tar.gz upstream-303b784cc81c864bb53447684efed596e2ff5b16.tar.bz2 upstream-303b784cc81c864bb53447684efed596e2ff5b16.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.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index 99b8aefbe1..0ba8c27e2e 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 |