|
|
@ -5,12 +5,12 @@ on: |
|
|
|
# Runs at 12am IST |
|
|
|
- cron: '* */6 * * *' |
|
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
jobs: |
|
|
|
update-readme: |
|
|
|
name: Update Readme with Metrics |
|
|
|
name: Update this repos README |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: anmol098/waka-readme-stats@master |
|
|
|
- uses: athul/waka-readme@master |
|
|
|
with: |
|
|
|
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} |
|
|
|
GH_TOKEN: ${{ secrets.GH_TOKEN }} |