Skip to content

Commit

Permalink
Merge pull request #449 from MetaMask/fix/deploy-action
Browse files Browse the repository at this point in the history
fix: typo github_token
  • Loading branch information
kevin-chassagne authored Nov 15, 2024
2 parents f0dc48a + 02d1458 commit f51d4f2
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 f51d4f2

Please sign in to comment.