Skip to content

Commit

Permalink
Fix site deployment workflow to the ASF (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamachor committed Mar 25, 2024
1 parent 2646318 commit 5777ea4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/site-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5777ea4

Please sign in to comment.