Skip to content

Commit 1d1076c

Browse files
committed
Add permissions for GitHub Pages deployment
1 parent 2974bcd commit 1d1076c

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
@@ -6,6 +6,11 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
permissions:
10+
contents: read
11+
pages: write
12+
id-token: write
13+
914
jobs:
1015
build:
1116
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)