Skip to content

Commit

Permalink
docs(preview-comment): add missing permissions in examples (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Jun 17, 2022
1 parent 6b82e9e commit 5848f88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions preview-comment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ on:
jobs:
preview:
runs-on: ubuntu-latest
permissions:
pull-requests: write # Allow comments on PRs
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -128,6 +130,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: write # Allow comments on PRs
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 5848f88

Please sign in to comment.