We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2614d commit 095e6bfCopy full SHA for 095e6bf
.github/workflows/merge-demo-feature.yml
@@ -31,6 +31,8 @@ jobs:
31
demo_name:
32
- "robust-python-demo"
33
- "robust-maturin-demo"
34
+ env:
35
+ GH_TOKEN: ${{ secrets.DEMO_TOKEN }}
36
steps:
37
- name: Checkout Template
38
uses: actions/checkout@v4
.github/workflows/update-demo.yml
@@ -17,6 +17,7 @@ env:
17
COOKIECUTTER_ROBUST_PYTHON__APP_AUTHOR: ${{ github.repository_owner }}
18
ROBUST_PYTHON_DEMO__APP_AUTHOR: ${{ github.repository_owner }}
19
ROBUST_MATURIN_DEMO__APP_AUTHOR: ${{ github.repository_owner }}
20
21
22
jobs:
23
update-demo:
0 commit comments