diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 00:01:11 +0200 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 00:01:11 +0200 |
| commit | e9b91dae771074afac5c02443bdee0aeb430e058 (patch) | |
| tree | 78c8e0ffae665a6b00eb468dc5c992b936fb7b42 /.github | |
| parent | 0f7efd3ef706a7e3d73ca8d264e24e5be2e232ac (diff) | |
| download | Meta-Launcher-e9b91dae771074afac5c02443bdee0aeb430e058.tar.gz Meta-Launcher-e9b91dae771074afac5c02443bdee0aeb430e058.zip | |
chore: drop PolyMC stuff
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CNAME | 1 | ||||
| -rw-r--r-- | .github/workflows/build.yml | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/.github/CNAME b/.github/CNAME deleted file mode 100644 index 8c74e37f7..000000000 --- a/.github/CNAME +++ /dev/null @@ -1 +0,0 @@ -meta.polymc.org
\ No newline at end of file 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"}' |
