From c17d1aba156650a0dfaeb5795db59b3260e7a56f Mon Sep 17 00:00:00 2001 From: Joe Jorden <5692870+Code-Quake@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:20:47 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4239056..06c2069 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,14 +14,12 @@ jobs: permissions: contents: write steps: - - uses: lowlighter/metrics@latest + - name: WakaTime + uses: lowlighter/metrics@latest with: + filename: github-metrics/wakatime.svg token: ${{ secrets.METRICS_TOKEN }} - filename: metrics.plugin.wakatime.svg base: "" plugin_wakatime: yes - plugin_wakatime_url: "https://codequake.tplinkdns.com/wakapi" - plugin_wakatime_days: 365 plugin_wakatime_sections: time, projects, projects-graphs, languages, languages-graphs, editors, os - plugin_wakatime_token: ${{ secrets.WAKATIME_TOKEN }} - + Plugin_wakatime_token: ${{ secrets.WAKATIME_TOKEN }}