Skip to content

Merge pull request #3198 from yuvipanda/bare-2 #20

Merge pull request #3198 from yuvipanda/bare-2

Merge pull request #3198 from yuvipanda/bare-2 #20

Workflow file for this run

name: "GESIS update dispatcher"
on:
push:
branches:
- main
jobs:
update-orc-at-gesis:
if: github.repository == 'jupyterhub/mybinder.org-deploy'
runs-on: ubuntu-latest
steps:
- name: Dispatcher
env:
GESIS_TOKEN: ${{ secrets.GESIS_TOKEN }}
run: |
curl -X POST \
-F token=${GESIS_TOKEN} \
-F ref=main \
https://git.gesis.org/api/v4/projects/ilcm%2Forc2-upgrade-bot/trigger/pipeline