Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Sync Area Codes Weekly #3

Sync Area Codes Weekly

Sync Area Codes Weekly #3

name: Sync Area Codes Weekly
on:
# Run every Sunday at 2 AM UTC
schedule:
- cron: '0 2 * * 0'
# Allow manual trigger
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync Area Codes from NANPA
run: |
curl -X POST \
-H "Authorization: Bearer ${{ secrets.SYNC_SECRET }}" \
-H "Content-Type: application/json" \
https://api.magpipe.ai/functions/v1/sync-area-codes