Skip to content

Commit fa4c2c6

Browse files
committed
Fix permissions.
Make sure (hopefully!) that the docs workflow has the correct permissions to deploy the website.
1 parent 4e4576b commit fa4c2c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs.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
build:
1015
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)