diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 31548e2..011d558 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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