From c498e411bf5fdf309d5aa5592930540fe809edd5 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:40:31 +0900 Subject: [PATCH] ci: missing actions:read permission --- .github/workflows/benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5e300334a..bf08d9272 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -41,6 +41,7 @@ on: - schedule permissions: + actions: read contents: read id-token: write issues: write