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 5c2222f commit cbb31fbCopy full SHA for cbb31fb
.github/workflows/sync-boilerplate-cha.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Clone Create-Hyperweb-App Repo
40
run: |
41
- git clone https://github.com/hyperweb-io/create-hyperweb-app.git ../create-hyperweb-app
+ git clone https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/hyperweb-io/create-hyperweb-app.git ../create-hyperweb-app
42
cd ../create-hyperweb-app
43
git checkout main
44
cd -
0 commit comments