Skip to content

Commit ea3a6bb

Browse files
committed
Added permissions to build.yml for github pages upload
1 parent 285cfad commit ea3a6bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ on:
1010
- main
1111
types: [ opened, synchronize, reopened ]
1212

13+
# We need some permissions to publish to Github Pages
14+
permissions:
15+
contents: write
16+
pages: write
17+
id-token: write
18+
1319
jobs:
1420
build:
1521
strategy:

0 commit comments

Comments
 (0)