Skip to content

Commit 2fe1bf3

Browse files
committed
ci: scope down permissions for pull_latest_docs.yml
1 parent 47b8658 commit 2fe1bf3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_latest_docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
# Allow workflow to be triggered manually.
1010
workflow_dispatch:
1111

12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
1216
jobs:
1317
sync:
1418
name: Sync docs

0 commit comments

Comments
 (0)