From 44d5721f7faac0de3680eba4750959bc5306f395 Mon Sep 17 00:00:00 2001 From: Ziping Liu Date: Fri, 27 Oct 2023 05:53:31 -0500 Subject: [PATCH] fix: use workign action flow for git static page --- .github/workflows/canaryapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/canaryapp.yml b/.github/workflows/canaryapp.yml index adfe67b..9d37c06 100644 --- a/.github/workflows/canaryapp.yml +++ b/.github/workflows/canaryapp.yml @@ -17,6 +17,6 @@ jobs: - name: deploy to gh-pages uses: peaceiris/actions-gh-pages@v3 with: - deploy_key: ${{ secrets.GITHUB_TOKEN }} + deploy_key: ${{ secrets.DEPLOY_KEY }} publish_dir: ./build \ No newline at end of file