Skip to content

auto-sync-fork

auto-sync-fork #40

name: auto-sync-fork
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch: {}
jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- run: gh repo sync SalvatoreAcademy/frontend-web-intermediario-nextjs-typescript -b main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY: ${{ github.repository }}
BRANCH_NAME: ${{ github.ref_name }}