summary refs log tree commit diff
path: root/.github/workflows/no-channel.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/no-channel.yml')
-rw-r--r--.github/workflows/no-channel.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/no-channel.yml b/.github/workflows/no-channel.yml
index fb9a95851f0..90c38f22c00 100644
--- a/.github/workflows/no-channel.yml
+++ b/.github/workflows/no-channel.yml
@@ -6,8 +6,13 @@ on:
       - 'nixos-**'
       - 'nixpkgs-**'
 
+permissions:
+  contents: read
+
 jobs:
   fail:
+    permissions:
+      contents: none
     name: "This PR is is targeting a channel branch"
     runs-on: ubuntu-latest
     steps: