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 ff2df173 Fix site deployment workflow to the ASF (#398) (addendum)
ff2df173 is described below
commit ff2df17335195c9833b6cd23db531f8bd6c5aa06
Author: Jesus Camacho Rodriguez <[email protected]>
AuthorDate: Mon Mar 25 11:15:49 2024 -0700
Fix site deployment workflow to the ASF (#398) (addendum)
---
.github/workflows/site-deploy.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/site-deploy.yml
b/.github/workflows/site-deploy.yml
index aeefc4e7..9fd17567 100644
--- a/.github/workflows/site-deploy.yml
+++ b/.github/workflows/site-deploy.yml
@@ -51,7 +51,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
- deploy_key: ${{ secrets.XTABLE_WEBSITE_BUILD }}
+ personal_token: ${{ secrets.XTABLE_WEBSITE_BUILD }}
external_repository: apache/incubator-xtable-site
keep_files: true
publish_branch: main