Skip to content

Commit e4753ae

Browse files
authored
Fix CD permissions (#1084)
1 parent cf129d9 commit e4753ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
permissions:
88
contents: read
99
id-token: write # Required to authenticate with npm
10+
# Required for the docs deployment job
11+
actions: read
12+
pages: write
1013

1114
jobs:
1215
docs:

0 commit comments

Comments
 (0)