Skip to content

Commit 095e6bf

Browse files
committed
feat: add GH_TOKEN adjacent to DEMO_TOKEN usages
1 parent fd2614d commit 095e6bf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/merge-demo-feature.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
demo_name:
3232
- "robust-python-demo"
3333
- "robust-maturin-demo"
34+
env:
35+
GH_TOKEN: ${{ secrets.DEMO_TOKEN }}
3436
steps:
3537
- name: Checkout Template
3638
uses: actions/checkout@v4

.github/workflows/update-demo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
COOKIECUTTER_ROBUST_PYTHON__APP_AUTHOR: ${{ github.repository_owner }}
1818
ROBUST_PYTHON_DEMO__APP_AUTHOR: ${{ github.repository_owner }}
1919
ROBUST_MATURIN_DEMO__APP_AUTHOR: ${{ github.repository_owner }}
20+
GH_TOKEN: ${{ secrets.DEMO_TOKEN }}
2021

2122
jobs:
2223
update-demo:

0 commit comments

Comments
 (0)