Skip to content

Commit 451dbf4

Browse files
committed
update permissions
1 parent ea82236 commit 451dbf4

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
@@ -12,6 +12,11 @@ on:
1212
jobs:
1313
build-docs:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: read
17+
pages: write
18+
id-token: write # This line is crucial
19+
1520

1621
steps:
1722
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)