Skip to content

Commit fe16eec

Browse files
committed
Merge branch 'develop'
2 parents 946f077 + 17aeb99 commit fe16eec

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/node-dev.js.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,13 @@ jobs:
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"}'

.github/workflows/node-prod.js.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,13 @@ jobs:
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"}'

0 commit comments

Comments
 (0)