From ce69e6e8e64e0becedaa0234e72dd80ab277fb45 Mon Sep 17 00:00:00 2001 From: melsk-r Date: Wed, 17 Apr 2024 09:22:26 +0200 Subject: [PATCH] Update gh-pages-rebuild.yml --- .github/workflows/gh-pages-rebuild.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/gh-pages-rebuild.yml b/.github/workflows/gh-pages-rebuild.yml index db6171a..0901dc0 100644 --- a/.github/workflows/gh-pages-rebuild.yml +++ b/.github/workflows/gh-pages-rebuild.yml @@ -21,6 +21,16 @@ jobs: # API repositories + - name: rebuild vng-realisatie/gemma-zaken + run: | + curl \ + -X POST \ + -H "Accept: application/vnd.github.v3+json" \ + -H "Authorization: Bearer $USER_TOKEN" \ + https://api.github.com/repos/vng-realisatie/gemma-zaken/pages/builds + env: + USER_TOKEN: ${{ secrets.VNG_R_TOKEN }} + - name: rebuild vng-realisatie/Regels-bij-activiteiten run: | curl \