Skip to content

De Chrome Simple Webrowser plugin werkt alleen nog maar voor Chrome O… #2

De Chrome Simple Webrowser plugin werkt alleen nog maar voor Chrome O…

De Chrome Simple Webrowser plugin werkt alleen nog maar voor Chrome O… #2

name: Trigger publishing site
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Send trigger
run: |
curl --fail -L -X POST \
-H 'Accept: application/vnd.github+json' \
-H 'Authorization: Bearer ${{ secrets.GH_PAT_REPO_WORKFLOW_CODERDOJO024 }}' \
-H 'X-GitHub-Api-Version: 2022-11-28' \
https://api.github.com/repos/coderdojonijmegen/hugo-coderdojo-nijmegen/actions/workflows/publish.yml/dispatches \
-d '{"ref":"main"}'