Scheduled API Request #23957
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Scheduled API Request | |
on: | |
schedule: | |
- cron: '*/13 * * * *' # Schedule every 13 minutes | |
jobs: | |
api-request: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run API Request Script | |
run: | | |
curl -X GET https://sheriff-webservices.onrender.com/api/keepalive |