diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000..f1c0ef052 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,15 @@ +name: Waka Readme + +on: + schedule: + - cron: '0 04 * * *' + 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 }}