Skip to content

Commit cbb31fb

Browse files
committed
fix cloning cha
1 parent 5c2222f commit cbb31fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-boilerplate-cha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Clone Create-Hyperweb-App Repo
4040
run: |
41-
git clone https://github.com/hyperweb-io/create-hyperweb-app.git ../create-hyperweb-app
41+
git clone https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/hyperweb-io/create-hyperweb-app.git ../create-hyperweb-app
4242
cd ../create-hyperweb-app
4343
git checkout main
4444
cd -

0 commit comments

Comments
 (0)