From 212a943120a292755e5e3766ae173c881a740f1d Mon Sep 17 00:00:00 2001 From: Fr1nge Date: Sat, 27 Feb 2021 22:00:18 +0300 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..f52f159 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,16 @@ +name: Waka Readme + +on: + schedule: + # Runs at 12am IST + - cron: '* */6 * * *' + 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 }}