We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aef815 commit 82707d7Copy full SHA for 82707d7
1 file changed
.github/workflows/update-demo.yml
@@ -8,6 +8,9 @@ on:
8
branch:
9
required: true
10
type: string
11
+ secrets:
12
+ DEMO_TOKEN:
13
+ required: true
14
15
env:
16
COOKIECUTTER_ROBUST_PYTHON__DEMOS_CACHE_FOLDER: ${{ github.workspace }}
0 commit comments