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