Skip to content

Commit 51e6169

Browse files
committed
fixup
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 9ea18e0 commit 51e6169

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/local-doc-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: doc update check
22
# description: This workflow mimics how a go-openapi repo would typically invoke the common workflow.
33

44
on:
5-
pull_request:
5+
pull_request_target:
66
paths:
77
- '**/*.md'
88

99
permissions:
1010
pull-requests: read
1111
contents: read
12+
secrets: read
1213

1314
jobs:
1415
test:

0 commit comments

Comments
 (0)