File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 -H "X-GitHub-Api-Version: 2022-11-28" \
100100 https://api.github.com/repos/abstractplay/backend-crons/dispatches \
101101 -d '{"event_type": "dep_update_dev"}'
102+
103+ - name : Trigger backend-thumbnails build and test
104+ run : |
105+ curl -L \
106+ -X POST \
107+ -H "Accept: application/vnd.github+json" \
108+ -H "Authorization: Bearer ${{ secrets.PAT_WORKFLOWS }}" \
109+ -H "X-GitHub-Api-Version: 2022-11-28" \
110+ https://api.github.com/repos/abstractplay/backend-thumbnails/dispatches \
111+ -d '{"event_type": "dep_update_dev"}'
Original file line number Diff line number Diff line change 9696 -H "X-GitHub-Api-Version: 2022-11-28" \
9797 https://api.github.com/repos/abstractplay/backend-crons/dispatches \
9898 -d '{"event_type": "dep_update_prod"}'
99+
100+ - name : Trigger backend-thumbnails build and test
101+ run : |
102+ curl -L \
103+ -X POST \
104+ -H "Accept: application/vnd.github+json" \
105+ -H "Authorization: Bearer ${{ secrets.PAT_WORKFLOWS }}" \
106+ -H "X-GitHub-Api-Version: 2022-11-28" \
107+ https://api.github.com/repos/abstractplay/backend-thumbnails/dispatches \
108+ -d '{"event_type": "dep_update_prod"}'
You can’t perform that action at this time.
0 commit comments