Skip to content

Commit c1e6804

Browse files
committed
Fix deploy workflow
1 parent d6e8e88 commit c1e6804

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches: ["main"]
66
workflow_dispatch:
77

8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
813
jobs:
914
deploy:
1015
environment:

0 commit comments

Comments
 (0)