Skip to content

Commit

Permalink
Add permissions so PR comments get added (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins authored May 19, 2023
1 parent 2636e21 commit 9ca9a37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ concurrency:
jobs:
preview:
runs-on: ubuntu-20.04
permissions:
pull-requests: write # allow surge-preview to create/update PR comments
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 9ca9a37

Please sign in to comment.