We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b82e9e commit 5848f88Copy full SHA for 5848f88
1 file changed
preview-comment/README.md
@@ -85,6 +85,8 @@ on:
85
jobs:
86
preview:
87
runs-on: ubuntu-latest
88
+ permissions:
89
+ pull-requests: write # Allow comments on PRs
90
steps:
91
- name: 🏗 Setup repo
92
uses: actions/checkout@v2
@@ -128,6 +130,8 @@ on:
128
130
129
131
build:
132
133
134
135
136
137
0 commit comments