Skip to content

Commit

Permalink
fix(infra): Deploy error (no PAT) :octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3h47 committed Oct 13, 2023
1 parent 605c6e5 commit 4d341b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:

- name: Deploy to GitHub Pages
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@users.noreply.github.com'
yarn run deploy
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 4d341b7

Please sign in to comment.