From 14c72bb62847b4ecd26189302828f166a825bfe1 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Thu, 16 Nov 2023 14:02:57 +0100 Subject: [PATCH] gh: Workflow needs write to add checks --- .github/workflows/pr-comment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml index 1d0ceff83fdd..0fb5c1f98487 100644 --- a/.github/workflows/pr-comment.yaml +++ b/.github/workflows/pr-comment.yaml @@ -55,7 +55,7 @@ jobs: concurrency: erlang.github.io-deploy permissions: issues: write - checks: read + checks: write if: >- github.event.action == 'completed' && needs.pr-number.outputs.result != '' &&