Skip to content

Commit

Permalink
Use toddr token
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Rinaldo committed Aug 29, 2024
1 parent de20eaf commit c2a0836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: push
uses: github-actions-x/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.DOCS_DEPLOY_TOKEN }}
push-branch: 'docs'
commit-message: 'Regenerate Documentation Website'
force-add: 'true'
force-push: 'true'
force-push: 'false'
files: docs/
name: GitHub Action
email: [email protected]

0 comments on commit c2a0836

Please sign in to comment.