Skip to content

Various updates to build and documentation. Also adding an S. enteric… #5

Various updates to build and documentation. Also adding an S. enteric…

Various updates to build and documentation. Also adding an S. enteric… #5

name: Push main to public
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
push:
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: "https://cgps-admin:${{ secrets.GIT_PUSH_TOKEN }}@github.com/pathogenwatch/core-fp.git"
source_branch: "main"
destination_repo: "https://cgps-admin:${{ secrets.GIT_PUSH_TOKEN }}@github.com/pathogenwatch-oss/core-fp.git"
destination_branch: "main"