aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/tools.yml
diff options
context:
space:
mode:
authorAlex Low <aleksandrosansan@gmail.com>2022-09-19 12:20:37 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2022-09-19 15:02:27 +0200
commit715259940776843d8799bc39de8eb50eb764189b (patch)
treec1335df0ea5bb357ac2c91ab90157873acff8686 /.github/workflows/tools.yml
parent412fcf3d4400f84551f3ead0514834c62d94a251 (diff)
downloadupstream-715259940776843d8799bc39de8eb50eb764189b.tar.gz
upstream-715259940776843d8799bc39de8eb50eb764189b.tar.bz2
upstream-715259940776843d8799bc39de8eb50eb764189b.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>
Diffstat (limited to '.github/workflows/tools.yml')
-rw-r--r--.github/workflows/tools.yml3
1 files changed, 3 insertions, 0 deletions
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 }}