From c232e433bffd3b40c009b7fa168ad7d62526f3b7 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Mon, 1 Jun 2026 10:31:05 +0200 Subject: [PATCH] fix(ci): grant actions:read to github-release job (#1634) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28effbd89..06dba5e37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -179,6 +179,7 @@ jobs: runs-on: ubuntu-24.04 permissions: contents: write + actions: read # required for `gh run download` to list/fetch this run's artifacts steps: - name: 📥 Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2