From 7c1049e5428e0aa54cde1fd27a7fff57e3e222db Mon Sep 17 00:00:00 2001 From: Jacob Date: Sun, 4 Aug 2024 03:00:05 -0400 Subject: [PATCH] Fix pr-comment.yml --- .github/workflows/pr-comment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 0fb1258..6cc46b7 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -5,6 +5,9 @@ on: types: [completed] jobs: pr_comment: + permissions: + actions: read + issues: write if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' runs-on: ubuntu-latest steps: