From 1d700ae062c053731482a86710b7eaf069f89c71 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 21 Dec 2024 00:49:06 +0000 Subject: [PATCH] Update PR-Demo-Comment.yml --- .github/workflows/PR-Demo-Comment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/PR-Demo-Comment.yml b/.github/workflows/PR-Demo-Comment.yml index 057f8bd7..809b160e 100644 --- a/.github/workflows/PR-Demo-Comment.yml +++ b/.github/workflows/PR-Demo-Comment.yml @@ -3,7 +3,9 @@ name: PR Deployment via Comment on: issue_comment: types: [created] - +permissions: + pull-requests: write + contents: read jobs: check-comment: runs-on: ubuntu-latest