Skip to content

Commit

Permalink
fix: repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu committed Sep 15, 2024
1 parent 41e3304 commit 2d34b69
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 @@ -26,7 +26,7 @@ jobs:
- name: Push to Personal Repo
run: |
git remote add personal https://x-access-token:${{ secrets.PERSONAL_GITHUB_TOKEN }}@github.com/YOUR_USERNAME/YOUR_PERSONAL_REPO.git
git remote add personal https://x-access-token:${{ secrets.PERSONAL_GITHUB_TOKEN }}@github.com/korawit-alt/sucu-frontend-preview.git
git push personal HEAD:main --force
- name: Deploy to Vercel
Expand Down

0 comments on commit 2d34b69

Please sign in to comment.