From 67e7c9aa528af6d1ef52be6d3b9eb882ec12c40d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Mon, 28 Jul 2025 19:10:47 +0200 Subject: [PATCH] ci: use just contents:read initial permission The other permissions needed are those attached to the @ohmyzsh GitHub App. --- .github/workflows/dependencies.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 600a6ac2f..b4a17912b 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -5,9 +5,7 @@ on: - cron: "0 6 * * 0" permissions: - contents: write - issues: write - pull-requests: write + contents: read jobs: check: