Skip to content

Commit 9e772d9

Browse files
committed
add write permission
1 parent 4bfbc16 commit 9e772d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/preview.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ concurrency:
1010
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1111
cancel-in-progress: true
1212

13+
permissions:
14+
contents: write
15+
pages: write
16+
1317
jobs:
1418
deploy-preview:
1519
if: github.event.pull_request.draft == false

0 commit comments

Comments
 (0)