chore: remove unused beta bot workflow

This commit is contained in:
spiral 2022-07-05 15:37:57 -04:00
parent 303ef71805
commit 0bd9f757fd
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E

View File

@ -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 }}