Skip to content

Commit

Permalink
fix: typo github_token
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-chassagne committed Nov 15, 2024
1 parent 94ec4d6 commit 02d1458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e
with:
token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./public

0 comments on commit 02d1458

Please sign in to comment.