fix: profile picture not displaying in app header across student and … #1878
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"}' |