Skip to content

Commit 8d12cb6

Browse files
authored
Update build-deploy-docs.yml
1 parent 697ca5f commit 8d12cb6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name: Build & Deploy API Docs
33
on:
44
push:
55
branches: [ docs ]
6-
6+
7+
permissions:
8+
actions: read
9+
pages: write
10+
id-token: write
11+
712
concurrency:
813
group: "pages"
914
cancel-in-progress: false

0 commit comments

Comments
 (0)