Skip to content

Commit

Permalink
chore: use correct token for typedoc action
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Sep 29, 2023
1 parent 491d7e5 commit 32d0cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
token: ${{ secrets.RELEASE }}
token: ${{ secrets.BOT_TOKEN }}
branch: gh-pages
folder: docs
clean: true

0 comments on commit 32d0cd0

Please sign in to comment.