diff --git a/.github/workflows/auto-push.yml b/.github/workflows/auto-push.yml new file mode 100644 index 0000000..4a16317 --- /dev/null +++ b/.github/workflows/auto-push.yml @@ -0,0 +1,21 @@ +name: Auto Push to 5nxtnxtnxt Repo(Vercel Deployment Repo) + +on: + push: + branches: + - main + +jobs: + sync: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v4 + + - name: Push to Personal Repo + uses: ad-m/github-push-action@master + with: + github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + branch: main + repository: 5nxtnxtnxt/RunningMate