From af3f90d6d155fa3e6ce376e952c8f93eac7f13c1 Mon Sep 17 00:00:00 2001 From: Fr1nge Date: Sun, 28 Feb 2021 12:57:09 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 381ebf3..f52f159 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,12 +5,12 @@ on: # Runs at 12am IST - cron: '* */6 * * *' workflow_dispatch: - jobs: update-readme: - name: Update this repos README + name: Update Readme with Metrics runs-on: ubuntu-latest steps: - - uses: athul/waka-readme@master + - uses: anmol098/waka-readme-stats@master with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} + GH_TOKEN: ${{ secrets.GH_TOKEN }}