Skip to content

Commit 5497ae3

Browse files
committed
fix preview pr permissions
1 parent b29b305 commit 5497ae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ on:
1212
concurrency: preview-${{ github.ref }}
1313

1414
permissions:
15-
contents: read
15+
contents: write
1616
pages: write
1717
id-token: write
18+
pull-requests: write
1819

1920
jobs:
2021
deploy-preview:

0 commit comments

Comments
 (0)