Skip to content

Commit 82707d7

Browse files
committed
feat: add workflow_call secrets passthrough
1 parent 1aef815 commit 82707d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-demo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
branch:
99
required: true
1010
type: string
11+
secrets:
12+
DEMO_TOKEN:
13+
required: true
1114

1215
env:
1316
COOKIECUTTER_ROBUST_PYTHON__DEMOS_CACHE_FOLDER: ${{ github.workspace }}

0 commit comments

Comments
 (0)