Skip to content

Commit 55782bf

Browse files
committed
Add needed GH Pages permissions to CI
Just stealing from hugo lol
1 parent 0741fa4 commit 55782bf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/pages.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
name: build-and-deploy
2+
23
on:
34
push:
45
branches:
56
- master
67
workflow_dispatch:
78

9+
permissions:
10+
contents: read
11+
pages: write
12+
id-token: write
13+
814
jobs:
915
build:
1016
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)