Automated Climate Data Pipeline
name: Update Temperature Data on: schedule: # NASA updates mid-month - cron: '0 10 16 * *' workflow_dispatch: jobs: update-temperature: runs-on: ubuntu-latest steps: - name: Fetch NASA GISS Data run: | curl -X GET https://twoclicks.ai/api/update-temperature
NASA GISS updates global temperature data mid-month. This GitHub Actions workflow triggers on the 16th of each month, calls the API to fetch fresh data, processes 144 years of climate records, and stores them in Supabase PostgreSQL. The twoclicks.ai dashboard updates automatically — zero manual intervention.