Update hellen-one Reference #140
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: Update hellen-one Reference | |
on: | |
schedule: | |
- cron: '5 15 * * *' # update hellen reference daily at 3:05 pm | |
workflow_dispatch: | |
jobs: | |
call-workflow-passing-data: | |
uses: andreika-git/hellen-one/.github/workflows/custom-board-update-hellen-one-reference.yaml@master | |
permissions: | |
contents: write |