Skip to content

Commit

Permalink
Merge branch 'SSOCK:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
5nxtnxtnxt authored May 20, 2024
2 parents 97a6361 + e833b88 commit 138821b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/auto-push.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 138821b

Please sign in to comment.