Skip to content

fix(backend): social auth (#143) #14

fix(backend): social auth (#143)

fix(backend): social auth (#143) #14

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"}'