Skip to content

Commit 98cfaff

Browse files
committed
Add explicit permissions to trigger-docs workflow
1 parent 41f7f4d commit 98cfaff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/trigger-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
workflow_dispatch:
44
release:
55
types: [published]
6+
7+
permissions:
8+
contents: read
9+
610
jobs:
711
update:
812
if: github.repository == 'temporalio/cli'

0 commit comments

Comments
 (0)