Skip to content

Apply automatic changes #2

Apply automatic changes

Apply automatic changes #2

Workflow file for this run

name: Deploy to target repository
on:
workflow_dispatch:
push:
branches: ['master']
jobs:
deploy:
uses: BMCV/github-workflows/.github/workflows/deploy-notebooks.yml@main
name: Deploy
if: github.repository == 'BMCV/mobi-fs3-python-dev'
with:
target-repository: BMCV/mobi-fs3-python
exclude: '[".github/workflows/deploy.yml"]'
secrets:
target_repo_private_key: ${{ secrets.TARGET_REPOSITORY_PRIVATE_KEY }}