Skip to content

Commit 3219a24

Browse files
committed
fix ci
1 parent bc2987d commit 3219a24

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/docs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: read
10+
id-token: write
11+
pages: write
12+
813
jobs:
914
build:
1015
runs-on: ubuntu-latest
@@ -35,3 +40,8 @@ jobs:
3540
uses: actions/deploy-pages@v4
3641
with:
3742
github_token: ${{ secrets.GITHUB_TOKEN }}
43+
44+
permissions:
45+
contents: read
46+
pages: write
47+
id-token: write

0 commit comments

Comments
 (0)