Send quarterly report reminders #95
This file contains 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@v2 | |
- name: GitHub Issue Schedule | |
uses: hyperledger-tooling/[email protected] | |
env: | |
GITHUB_TOKEN: "${{ secrets.TOC_ISSUES }}" | |
CONFIG_FILE: ./.github/configs/quarterly-report-reminder.yaml |