Skip to content

Commit

Permalink
Update gh-pages-rebuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melsk-r authored Apr 17, 2024
1 parent e270ea5 commit ce69e6e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/gh-pages-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ce69e6e

Please sign in to comment.