Skip to content

Commit f26d441

Browse files
committed
add permissions
1 parent 287b582 commit f26d441

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/preview.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
jobs:
1010
deploy-preview:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
14+
pages: write
15+
id-token: write
16+
pull-requests: write
1217
steps:
1318
- uses: actions/checkout@v3
1419

0 commit comments

Comments
 (0)