Skip to content

Commit 117f4aa

Browse files
ci: missing permissions in gh pages (#2)
1 parent 309f8c1 commit 117f4aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/docs.yml

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ on:
66
branches:
77
- main
88

9+
permissions:
10+
contents: read
11+
pages: write
12+
id-token: write
13+
14+
concurrency:
15+
group: "pages"
16+
cancel-in-progress: false
17+
918
jobs:
1019
pages:
1120
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)