summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-08-05 18:29:35 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-08-05 18:29:35 +0200
commitcae85a6e6412ece5685538ecf986a7ac6f4bfe28 (patch)
tree7cbbc84c041850f974d3d5550caa63a9f6e96c97 /.github/workflows
parent22d4c5de286014666b2fa0119b7d4430befc4487 (diff)
downloadMeta-Launcher-cae85a6e6412ece5685538ecf986a7ac6f4bfe28.tar.gz
Meta-Launcher-cae85a6e6412ece5685538ecf986a7ac6f4bfe28.zip
feat(ci): run downstream actions
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ee555cb88..33eb9d33f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,3 +24,13 @@ jobs:
with:
publish_dir: ./_site
github_token: ${{ secrets.GITHUB_TOKEN }}
+
+ - name: Trigger ManyMC
+ env:
+ MANYMC_TOKEN: ${{ secrets.MANYMC_TOKEN }}
+ run: |
+ curl -X POST \
+ -H "Accept: application/vnd.github.v3+json" \
+ -H "Authorization: token $MANYMC_TOKEN" \
+ https://api.github.com/repos/MinecraftMachina/meta-multimc-arm64/dispatches \
+ -d '{"event_type":"sync"}'