From 5777ea4d14947b5cf90bca49d8ac04e1c34d402f Mon Sep 17 00:00:00 2001 From: Jesus Camacho Rodriguez Date: Mon, 25 Mar 2024 10:51:15 -0700 Subject: [PATCH] Fix site deployment workflow to the ASF (#398) --- .github/workflows/site-deploy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index 837f4b7dd..aeefc4e74 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -51,5 +51,10 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: github.ref == 'refs/heads/main' with: - deploy_key: ${{ secrets.DEPLOY_KEY }} + deploy_key: ${{ secrets.XTABLE_WEBSITE_BUILD }} + external_repository: apache/incubator-xtable-site + keep_files: true + publish_branch: main publish_dir: ./website/build + user_name: ${{ github.actor }} + user_email: ${{ github.actor }}@users.noreply.github.com \ No newline at end of file