From fc44b62fa008cab74ee7c877cbc53bcfb0700b81 Mon Sep 17 00:00:00 2001 From: takahirom Date: Mon, 15 Jul 2024 12:41:29 +0900 Subject: [PATCH] Add permission for read artifact for detekt-comment --- .github/workflows/detekt-comment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/detekt-comment.yml b/.github/workflows/detekt-comment.yml index d5b8c569e..41295dd58 100644 --- a/.github/workflows/detekt-comment.yml +++ b/.github/workflows/detekt-comment.yml @@ -7,6 +7,7 @@ on: - completed permissions: + actions: read pull-requests: write jobs: