Barazo AppView backend barazo.forum

ci: dispatch lockfile sync to workspace on deploy (#110)

Triggers barazo-workspace's sync-lockfile workflow on every push to
main, so dependency changes are reflected in the workspace lockfile
immediately instead of waiting for the hourly cron.

authored by

Guido X Jansen and committed by
GitHub
bb308739 7fc9d388

+7
+7
.github/workflows/deploy-staging.yml
··· 24 24 "api_ref": "${{ github.sha }}", 25 25 "web_ref": "main" 26 26 } 27 + 28 + - name: Sync workspace lockfile 29 + uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4.0.1 30 + with: 31 + token: ${{ secrets.DEPLOY_PAT }} 32 + repository: barazo-forum/barazo-workspace 33 + event-type: sync-lockfile