diff --git a/.github/workflows/canary-deploy.yml b/.github/workflows/canary-deploy.yml new file mode 100644 index 00000000..f8855b92 --- /dev/null +++ b/.github/workflows/canary-deploy.yml @@ -0,0 +1,13 @@ +name: Deploy canary via single cell infra repo + +on: + push: + branches: main-canary + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - name: repository dispatch + run: | + curl -XPOST -u czi-sci-single-cell-eng:${{secrets.SCI_GITHUB_TOKEN}} -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/chanzuckerberg/single-cell-infra/dispatches --data '{"event_type": "canary-hook"}'