This is an automated email from the ASF dual-hosted git repository.
jcamacho pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
The following commit(s) were added to refs/heads/main by this push:
new 5777ea4d Fix site deployment workflow to the ASF (#398)
5777ea4d is described below
commit 5777ea4d14947b5cf90bca49d8ac04e1c34d402f
Author: Jesus Camacho Rodriguez <[email protected]>
AuthorDate: Mon Mar 25 10:51:15 2024 -0700
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 837f4b7d..aeefc4e7 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