Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 9907976

Browse files
committed
💚 Fix permissions of GITHUB_TOKEN
1 parent 3bfd59d commit 9907976

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
- main
77
workflow_dispatch:
88

9+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
10+
permissions:
11+
contents: read
12+
pages: write
13+
id-token: write
14+
915
jobs:
1016
build:
1117
name: Build

0 commit comments

Comments
 (0)