Skip to content

fix: profile picture not displaying in app header across student and … #1878

fix: profile picture not displaying in app header across student and …

fix: profile picture not displaying in app header across student and … #1878

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