diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..f52f159 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,16 @@ +name: Waka Readme + +on: + schedule: + # Runs at 12am IST + - cron: '* */6 * * *' + workflow_dispatch: +jobs: + update-readme: + name: Update Readme with Metrics + runs-on: ubuntu-latest + steps: + - uses: anmol098/waka-readme-stats@master + with: + WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} + GH_TOKEN: ${{ secrets.GH_TOKEN }}