Trigger GitHub Pages rebuild at remote repos #35
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: Trigger GitHub Pages rebuild at remote repos | |
on: | |
workflow_dispatch: | |
jobs: | |
GitHub-Pages-Rebuild: | |
runs-on: ubuntu-latest | |
steps: | |
- name: rebuild vng-realisatie/haal-centraal | |
run: | | |
curl \ | |
-X POST \ | |
-H "Accept: application/vnd.github.v3+json" \ | |
-H "Authorization: Bearer $USER_TOKEN" \ | |
https://api.github.com/repos/vng-realisatie/haal-centraal/pages/builds | |
env: | |
USER_TOKEN: ${{ secrets.USER_TOKEN }} | |
# - name: rebuild vng-realisatie/BAG-Gemeentelijke-wensen-tav-BAG-Bevragingen | |
# run: | | |
# curl \ | |
# -X POST \ | |
# -H "Accept: application/vnd.github.v3+json" \ | |
# -H "Authorization: Bearer $USER_TOKEN" \ | |
# https://api.github.com/repos/vng-realisatie/BAG-Gemeentelijke-wensen-tav-BAG-Bevragingen/pages/builds | |
# env: | |
# USER_TOKEN: ${{ secrets.USER_TOKEN }} | |
# - name: rebuild vng-realisatie/haal-centraal-brk-bevragen | |
# run: | | |
# curl \ | |
# -X POST \ | |
# -H "Accept: application/vnd.github.v3+json" \ | |
# -H "Authorization: Bearer $USER_TOKEN" \ | |
# https://api.github.com/repos/vng-realisatie/haal-centraal-brk-bevragen/pages/builds | |
# env: | |
# USER_TOKEN: ${{ secrets.USER_TOKEN }} | |
# - name: rebuild vng-realisatie/haal-centraal-brk-event-sourcing | |
# run: | | |
# curl \ | |
# -X POST \ | |
# -H "Accept: application/vnd.github.v3+json" \ | |
# -H "Authorization: Bearer $USER_TOKEN" \ | |
# https://api.github.com/repos/vng-realisatie/haal-centraal-brk-event-sourcing/pages/builds | |
# env: | |
# USER_TOKEN: ${{ secrets.USER_TOKEN }} | |
# - name: rebuild brp-api/haal-centraal-brp-bevragen | |
# run: | | |
# curl \ | |
# -X POST \ | |
# -H "Accept: application/vnd.github.v3+json" \ | |
# -H "Authorization: Bearer $USER_TOKEN" \ | |
# https://api.github.com/repos/brp-api/haal-centraal-brp-bevragen/pages/builds | |
# env: | |
# USER_TOKEN: ${{ secrets.USER_TOKEN }} | |
# - name: rebuild brp-api/haal-centraal-brp-historie-bevragen | |
# run: | | |
# curl \ | |
# -X POST \ | |
# -H "Accept: application/vnd.github.v3+json" \ | |
# -H "Authorization: Bearer $USER_TOKEN" \ | |
# https://api.github.com/repos/brp-api/haal-centraal-brp-historie-bevragen/pages/builds | |
# env: | |
# USER_TOKEN: ${{ secrets.USER_TOKEN }} | |
# - name: rebuild brp-api/haal-centraal-brp-bewoning | |
# run: | | |
# curl \ | |
# -X POST \ | |
# -H "Accept: application/vnd.github.v3+json" \ | |
# -H "Authorization: Bearer $USER_TOKEN" \ | |
# https://api.github.com/repos/brp-api/haal-centraal-brp-bewoning/pages/builds | |
# env: | |
# USER_TOKEN: ${{ secrets.USER_TOKEN }} | |
# - name: rebuild brp-api/haal-centraal-reisdocumenten-bevragen | |
# run: | | |
# curl \ | |
# -X POST \ | |
# -H "Accept: application/vnd.github.v3+json" \ | |
# -H "Authorization: Bearer $USER_TOKEN" \ | |
# https://api.github.com/repos/brp-api/haal-centraal-reisdocumenten-bevragen/pages/builds | |
# env: | |
# USER_TOKEN: ${{ secrets.USER_TOKEN }} | |
# - name: rebuild brp-api/haal-centraal-brp-tabellen-bevragen | |
# run: | | |
# curl \ | |
# -X POST \ | |
# -H "Accept: application/vnd.github.v3+json" \ | |
# -H "Authorization: Bearer $USER_TOKEN" \ | |
# https://api.github.com/repos/brp-api/haal-centraal-brp-tabellen-bevragen/pages/builds | |
# env: | |
# USER_TOKEN: ${{ secrets.USER_TOKEN }} | |
# - name: rebuild brp-api/haal-centraal-brp-update-api | |
# run: | | |
# curl \ | |
# -X POST \ | |
# -H "Accept: application/vnd.github.v3+json" \ | |
# -H "Authorization: Bearer $USER_TOKEN" \ | |
# https://api.github.com/repos/brp-api/haal-centraal-brp-update-api/pages/builds | |
# env: | |
# USER_TOKEN: ${{ secrets.USER_TOKEN }} | |
# - name: rebuild vng-realisatie/haal-centraal-hr-bevragen | |
# run: | | |
# curl \ | |
# -X POST \ | |
# -H "Accept: application/vnd.github.v3+json" \ | |
# -H "Authorization: Bearer $USER_TOKEN" \ | |
# https://api.github.com/repos/vng-realisatie/haal-centraal-hr-bevragen/pages/builds | |
# env: | |
# USER_TOKEN: ${{ secrets.USER_TOKEN }} | |
# - name: rebuild vng-realisatie/haal-centraal-woz-bevragen | |
# run: | | |
# curl \ | |
# -X POST \ | |
# -H "Accept: application/vnd.github.v3+json" \ | |
# -H "Authorization: Bearer $USER_TOKEN" \ | |
# https://api.github.com/repos/vng-realisatie/haal-centraal-woz-bevragen/pages/builds | |
# env: | |
# USER_TOKEN: ${{ secrets.USER_TOKEN }} | |
# - name: rebuild vng-realisatie/haal-centraal-bgt-bevragen | |
# run: | | |
# curl \ | |
# -X POST \ | |
# -H "Accept: application/vnd.github.v3+json" \ | |
# -H "Authorization: Bearer $USER_TOKEN" \ | |
# https://api.github.com/repos/vng-realisatie/haal-centraal-bgt-bevragen/pages/builds | |
# env: | |
# USER_TOKEN: ${{ secrets.USER_TOKEN }} |