Skip to content

Commit 1aef815

Browse files
committed
feat: replace default github token with premade PAT named DEMO_TOKEN
1 parent dcbebc3 commit 1aef815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
repository: "${{ github.repository_owner }}/${{ inputs.demo_name }}"
4040
path: ${{ inputs.demo_name }}
4141
ref: develop
42-
token: ${{ secrets.GITHUB_TOKEN }}
42+
token: ${{ secrets.DEMO_TOKEN }}
4343

4444
- name: Set up uv
4545
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)