Merge pull request #2856 from jupyterhub/update-chart-prometheus #148
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "GESIS update dispatcher" | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
update-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 |