diff --git a/.github/workflows/update_stats.yml b/.github/workflows/update_stats.yml new file mode 100644 index 0000000..e4c3882 --- /dev/null +++ b/.github/workflows/update_stats.yml @@ -0,0 +1,16 @@ +name: Waka Readme + +on: + schedule: + - cron: '0 */12 * * *' + workflow_dispatch: +jobs: + update-readme: + name: Update Readme with Metrics + runs-on: ubuntu-latest + steps: + - uses: xyvs/wakapi-readme-stats@v0.1 + with: + WAKATIME_URL: ${{ secrets.WAKATIME_URL }} + WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} + GH_TOKEN: ${{ secrets.GH_TOKEN }}