Skip to content

Commit

Permalink
Merge pull request #1 from s1seven/fix-deploy-action
Browse files Browse the repository at this point in the history
Update with PERSONAL_ACCESS_TOKEN
  • Loading branch information
stiebitzhofer authored Mar 7, 2024
2 parents 4ebda53 + bbe585e commit 229d83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
- name: Deploy API documentation 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
branch: github-pages
folder: ${{ env.DOCS_FOLDER }}/.vuepress/dist
target-folder: ${{ env.DOCS_VERSION_PATH }}

0 comments on commit 229d83e

Please sign in to comment.