Skip to content

Commit 8a5f3f8

Browse files
committed
fix permission
1 parent 62bcb8e commit 8a5f3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
permissions:
3434
contents: read
3535
packages: write
36-
pull-requests: read
36+
pull-requests: write # needed for commenting on PRs
3737

3838
concurrency:
3939
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)