Skip to content

Commit

Permalink
Fix site deployment workflow to the ASF (#398) (addendum)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamachor committed Mar 25, 2024
1 parent ff2df17 commit 1678f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
personal_token: ${{ secrets.XTABLE_WEBSITE_BUILD }}
personal_token: ${{ secrets.XTABLE_SITE_DEPLOY }}
external_repository: apache/incubator-xtable-site
keep_files: true
publish_branch: main
Expand Down

0 comments on commit 1678f95

Please sign in to comment.