Skip to content

Triggering trigger

Triggering trigger #2

Workflow file for this run

name: Bonjourr-apis update
on:
push:
branches:
- main
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Send trigger
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.BONJOURR_APIS_ACTIONS }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/victrme/bonjourr-apis/dispatches \
-d '{"event_type": "update"}'