|
@@ -26,3 +26,11 @@ jobs:
|
|
|
path: |
|
|
path: |
|
|
|
discordo
|
|
discordo
|
|
|
discordo.exe
|
|
discordo.exe
|
|
|
|
|
+
|
|
|
|
|
+ - name: Send repository dispatch
|
|
|
|
|
+ if: ${{ github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
|
|
|
|
|
+ run: |
|
|
|
|
|
+ curl -X POST -H "Accept: application/vnd.github.v3+json" \
|
|
|
|
|
+ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
|
|
|
|
|
+ https://api.github.com/repos/vvirtues/bucket/dispatches \
|
|
|
|
|
+ -d '{"event_type": "discordo-ci-completed"}'
|