Skip to content

Commit

Permalink
fix(infra): Deploy error (no email) :octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3h47 committed Oct 13, 2023
1 parent fa61508 commit a56026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
git config user.name 'GitHub Actions'
git config user.email '[email protected]'
git remote add origin_with_token https://[email protected]/username/repo.git
git remote add origin_with_token https://[email protected]/wh1t3h47/ts-statistics.git
git push origin_with_token master
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit a56026f

Please sign in to comment.