Skip to content

Commit 190f02c

Browse files
committed
Add a secrets DOCS_TOKEN parameter
This is needed to have cross-org workflow callers work
1 parent 21c609a commit 190f02c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/metadata-docs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ name: Update docs from pattern's metadata
1919

2020
on:
2121
workflow_call:
22+
secrets:
23+
DOCS_TOKEN:
24+
required: false
25+
description: The token used to create a PR in the docs repository
2226
inputs:
2327
DOCS_BRANCH:
2428
description: "Branch of the docs git repo to use"

0 commit comments

Comments
 (0)