Skip to content

feat: improve Discord connection flow with mobile authorization handling #1873

feat: improve Discord connection flow with mobile authorization handling

feat: improve Discord connection flow with mobile authorization handling #1873

name: Sync to Deployment Fork
on:
push:
branches:
- develop # Staging branch
jobs:
call-fork:
runs-on: ubuntu-latest
steps:
- name: Trigger sync in fork
run: |
curl -X POST https://api.github.com/repos/neue-dev/Better-Internship-Client-Dev/actions/workflows/170266391/dispatches \
-H "Authorization: token ${{ secrets.DEV_FORK_PAT }}" \
-H "Accept: application/vnd.github+json" \
-d '{"ref":"develop"}'