Skip to content

fix: better invite handling (#46) #2

fix: better invite handling (#46)

fix: better invite handling (#46) #2

Workflow file for this run

name: Trigger prod build
on:
push:
branches: [prod]
workflow_dispatch:
jobs:
trigger-sync:
runs-on: ubuntu-latest
steps:
- name: Trigger building workflow
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.DEPLOY_NOTIFY_TOKEN }}" \
https://api.github.com/repos/gethopp/operations/dispatches \
-d '{"event_type":"prod-update"}'