Sync Sponsors #31
This file contains hidden or 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: 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 }} |