Skip to content

Commit

Permalink
chore: add PERSONAL_REPO secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu committed Sep 15, 2024
1 parent 41f3685 commit 0baeb76
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 @@ -33,7 +33,7 @@ jobs:
- name: Push to Personal Repo
run: |
git remote add personal https://github.com/korawit-alt/sucu-frontend-preview.git
git remote add personal ${{ secrets.PERSONAL_REPO}}
git push personal HEAD:dev --force
- name: Deploy to Vercel
Expand Down

0 comments on commit 0baeb76

Please sign in to comment.