Skip to content

Commit cc3beab

Browse files
committed
update secret to pull hyperwebio docs repo
1 parent 7f7fc8c commit cc3beab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Clone docs repository
20-
run: git clone https://x-access-token:${{ secrets.GH_PAT_TOKEN }}@github.com/hyperweb-io/docs.hyperweb.io.git external-docs
20+
run: git clone https://x-access-token:${{ secrets.GH_HYPERWEB_PAT }}@github.com/hyperweb-io/docs.hyperweb.io.git external-docs
2121

2222
- name: Sync the docs
2323
run: |

0 commit comments

Comments
 (0)