Skip to content

Update sync-to-deployment-fork.yml #3

Update sync-to-deployment-fork.yml

Update sync-to-deployment-fork.yml #3

name: Sync to Deployment Fork
on:
push:
branches:
- main
# schedule:
# - cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
token: ${{ secrets.PAT }}
owner: JTC-Smart-Retrieval
repo: Smart-Retrieval-Deployment
base: master
head: master
auto_approve: true