diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 28e4ba4..f52f159 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,16 +1,16 @@ name: Waka Readme on: - workflow_dispatch: schedule: - # Runs at 12am UTC - - cron: "0 0 * * *" - + # Runs at 12am IST + - cron: '* */6 * * *' + workflow_dispatch: jobs: update-readme: - name: Update this repo's README + name: Update Readme with Metrics runs-on: ubuntu-latest steps: - - uses: athul/waka-readme@master + - uses: anmol098/waka-readme-stats@master with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} + GH_TOKEN: ${{ secrets.GH_TOKEN }}