From 715259940776843d8799bc39de8eb50eb764189b Mon Sep 17 00:00:00 2001 From: Alex Low Date: Mon, 19 Sep 2022 12:20:37 +0200 Subject: 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 [ wrap to 80 columns and fix wrong author as requested by author itself ] Signed-off-by: Christian Marangi --- .github/workflows/tools.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/tools.yml') diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index be967833cb..4e423fdd62 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -6,6 +6,9 @@ on: - 'tools/**' - '.github/workflows/tools.yml' +permissions: + contents: read + jobs: build: name: tools-${{ matrix.os }} -- cgit v1.2.3