diff --git a/.github/workflows/wikichange.yml b/.github/workflows/wikichange.yml deleted file mode 100644 index f7556d08..00000000 --- a/.github/workflows/wikichange.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: wiki change webhook - -on: [repository_dispatch] - -jobs: - build: - env: - DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }} - runs-on: ubuntu-latest - steps: - - name: wiki change handler - shell: bash - run: | - curl -H "Content-Type: application/json" -d '{"username": "'wiki'", "content": "'changed'"}' "https://discord.com/api/webhooks/$DISCORD_TOKEN"