From cbce651249bd3e8332d361fba299e4a600603f84 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sun, 4 Aug 2024 12:21:52 -0400 Subject: [PATCH] Update pr-comment.yml --- .github/workflows/pr-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 788b851..fc1810f 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -1,11 +1,11 @@ name: Comment on pull request +permissions: write-all on: workflow_run: workflows: ['build and upload'] types: [completed] jobs: pr_comment: - permissions: write-all if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' runs-on: ubuntu-latest steps: