From 8836005dbfc8d0ced03d6e2017812a442410a75e Mon Sep 17 00:00:00 2001 From: wenty22 Date: Mon, 21 Oct 2024 14:29:30 +0800 Subject: [PATCH] chore: Update cicd --- .github/workflows/gh-pages-cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages-cicd.yaml b/.github/workflows/gh-pages-cicd.yaml index ede47e28..aca05f42 100644 --- a/.github/workflows/gh-pages-cicd.yaml +++ b/.github/workflows/gh-pages-cicd.yaml @@ -54,6 +54,6 @@ jobs: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: source_file: './apps/canonical-bridge-ui/dist' - destination_repo: 'canonical-bridge' + destination_repo: 'wenty22/canonical-bridge' user_name: 'wenty22' user_email: 'github-actions[bot]@users.noreply.github.com'