Add minimal token permissions
authorPedro Kaj Kjellerup Nacht <pnacht@google.com>
Thu, 18 May 2023 20:47:33 +0000 (20:47 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 19 May 2023 17:37:46 +0000 (18:37 +0100)
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
.github/workflows/codespell.yml
.github/workflows/pr-ci.yml

index 5768d7c63672e68e60791ca6828d50d76be35e61..1ae78d412073f793cc8584df96977c5d6de2899e 100644 (file)
@@ -7,6 +7,9 @@ on:
   pull_request:
     branches: [master]
 
+permissions:
+  contents: read
+
 jobs:
   codespell:
     name: Check for spelling errors
index 401b76899416e797bdf3aee442e1f04ce07f7306..ef1da4c1da3151207c7b1c9eb7b6e5b6e9e77268 100644 (file)
@@ -6,6 +6,10 @@ on:
   pull_request:
     branches:
       - master
+
+permissions:
+  contents: read
+
 jobs:
   build:
     runs-on: '${{ matrix.os }}'