Skip to content

Sync Sponsors

Sync Sponsors #31

Workflow file for this run

name: Sync Sponsors
# Thin wrapper around the org-level reusable workflow.
# The reusable workflow expects a SPONSORS_TOKEN secret with read:user + read:org.
on:
workflow_dispatch:
schedule:
- cron: '0 6 * * *'
permissions:
contents: write
jobs:
sync:
uses: gofiber/.github/.github/workflows/sync-sponsors.yml@main
secrets:
sponsors-token: ${{ secrets.SPONSORS_TOKEN }}