Waka Readme #847
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: Waka Readme | |
on: | |
workflow_dispatch: # for manual workflow trigger | |
schedule: | |
- cron: '0 0 * * *' # runs at every 12AM UTC | |
jobs: | |
update-readme: | |
name: WakaReadme DevMetrics | |
runs-on: ubuntu-latest | |
steps: | |
- uses: athul/waka-readme@master | |
with: | |
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} | |
# following flags are required, only if this is not on | |
# profile readme, remove the leading `#` to use them | |
#GH_TOKEN: ${{ secrets.GH_TOKEN }} | |
#REPOSITORY: <gh_username/gh_username> |