From 23f9de5fe284f1a359a27c28272284b933793d25 Mon Sep 17 00:00:00 2001 From: Fran Date: Fri, 1 Nov 2024 22:45:31 -0500 Subject: [PATCH] Create update_stats.yml --- .github/workflows/update_stats.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/update_stats.yml 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 }}