Skip to content

Commit 9719af6

Browse files
authored
Update preview-docs.yml
1 parent 8b5b2a7 commit 9719af6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/preview-docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
jobs:
99
preview-docs:
1010
runs-on: ubuntu-latest
11-
11+
permissions:
12+
pull-requests: write
1213
steps:
1314
- name: Checkout repository
1415
uses: actions/checkout@v4
@@ -55,4 +56,4 @@ jobs:
5556
...context.repo,
5657
issue_number: issue_number,
5758
body: `Published docs preview URL: ${preview_url}`
58-
})
59+
})

0 commit comments

Comments
 (0)