Skip to content

Commit de0852b

Browse files
authored
Create update-main.yml
1 parent 5c5832a commit de0852b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/update-main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Waka Readme
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
# Runs at 12am UTC
7+
- cron: '0 0 * * *'
8+
9+
jobs:
10+
update-readme:
11+
name: Update this repo's README
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: athul/waka-readme@master
15+
with:
16+
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}

0 commit comments

Comments
 (0)