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 82707d7 commit fd2614dCopy full SHA for fd2614d
.github/workflows/merge-demo-feature.yml
@@ -43,6 +43,7 @@ jobs:
43
repository: "${{ github.repository_owner }}/${{ inputs.demo_name }}"
44
path: ${{ inputs.demo_name }}
45
ref: develop
46
+ token: ${{ secrets.DEMO_TOKEN }}
47
48
- name: Set up uv
49
uses: astral-sh/setup-uv@v6
.github/workflows/sync-demos.yml
@@ -18,3 +18,5 @@ jobs:
18
with:
19
demo_name: ${{ matrix.demo_name }}
20
branch: ${{ github.ref_name }}
21
+ secrets:
22
+ DEMO_TOKEN: ${{ secrets.DEMO_TOKEN }}
0 commit comments