From 0bd9f757fdda57dbb1927f1aaf7fef66b36cfdbb Mon Sep 17 00:00:00 2001 From: spiral Date: Tue, 5 Jul 2022 15:37:57 -0400 Subject: [PATCH] chore: remove unused beta bot workflow --- .github/workflows/beta-bot.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/beta-bot.yml diff --git a/.github/workflows/beta-bot.yml b/.github/workflows/beta-bot.yml deleted file mode 100644 index e9f34a8b..00000000 --- a/.github/workflows/beta-bot.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: "Update Beta Bot" -on: - push: - branches: [dev] - -jobs: - update-bot: - runs-on: ubuntu-latest - steps: - - name: "Update Beta Bot" - uses: fjogeleit/http-request-action@master - with: - url: https://api-beta.pluralkit.me/v1/update - bearerToken: ${{ secrets.WATCHTOWER_TOKEN }} \ No newline at end of file