Skip to content

Delete Hotspots

Delete Hotspots #730

name: Delete Hotspots
on:
schedule:
- cron: "0 */4 * * *"
jobs:
cron:
runs-on: ubuntu-latest
steps:
- name: Delete Hotspots
run: |
curl --request POST \
--url 'https://birdinghotspots.org/api/hotspot/delete-cron?key=${{ secrets.CRON_SECRET }}' \