Skip to content

Commit f6746af

Browse files
committed
chore: Update publish_docs.yml workflow with necessary permissions
1 parent 3353ab8 commit f6746af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
jobs:
99
docs:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
# IMPORTANT: this permission is mandatory for trusted publishing
13+
id-token: write
14+
contents: write
1115
steps:
1216
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1317
with:

0 commit comments

Comments
 (0)