This repository was archived by the owner on Oct 30, 2025. It is now read-only.
Send quarterly report reminders #556
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: Send quarterly report reminders | |
| on: | |
| schedule: | |
| - cron: '0 1 * * *' | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout the toc repository | |
| uses: actions/checkout@v4 | |
| - name: GitHub Issue Schedule | |
| uses: hyperledger-tooling/[email protected] | |
| env: | |
| GITHUB_TOKEN: "${{ secrets.TOC_ISSUES }}" | |
| CONFIG_FILE: ./.github/configs/quarterly-report-reminder.yaml |