Skip to content

Commit 2091e95

Browse files
committed
fixed permissions
1 parent c3d7929 commit 2091e95

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/preview.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ on:
99
- closed
1010

1111
permissions:
12-
contents: write
12+
contents: write
13+
pages: write
14+
id-token: write
15+
pull-requests: write
16+
1317

1418
concurrency: preview-${{ github.ref }}
1519

@@ -44,3 +48,4 @@ jobs:
4448
preview-branch: gh-pages
4549
umbrella-dir: pr-preview
4650
action: auto
51+
token: ${{ secrets.PREVIEW_TOKEN }}

0 commit comments

Comments
 (0)