From e61b1cd7ff85bc91ce267314c66ba1827c8b0625 Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Sat, 4 Jul 2026 14:55:39 +0200 Subject: [PATCH] Remove permissions from GITHUB_TOKEN in CI The token is not used so does not need any permissions. --- .github/workflows/ruby.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index f85e5a1..a739672 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -4,6 +4,8 @@ name: CI +permissions: {} + "on": push: branches: