Skip to content

feat: complete payout tracking implementation #6

feat: complete payout tracking implementation

feat: complete payout tracking implementation #6

Workflow file for this run

name: Sync Fork
on:
push:
branches:
- master
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to Bot Fork
run: |
git remote add bot-fork https://x-access-token:${{ secrets.BOT_GITHUB_TOKEN }}@github.com/CodeMechanic-Bot/CodeMechanic-Engine.git
git push bot-fork master --force