summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-18 00:01:11 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-10-18 00:01:11 +0200
commite9b91dae771074afac5c02443bdee0aeb430e058 (patch)
tree78c8e0ffae665a6b00eb468dc5c992b936fb7b42 /.github/workflows
parent0f7efd3ef706a7e3d73ca8d264e24e5be2e232ac (diff)
downloadMeta-Launcher-e9b91dae771074afac5c02443bdee0aeb430e058.tar.gz
Meta-Launcher-e9b91dae771074afac5c02443bdee0aeb430e058.zip
chore: drop PolyMC stuff
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 33eb9d33f..ee555cb88 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,13 +24,3 @@ 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"}'