From 1024f3e4b26fb39bd5262c766f10f4aa76ae62f2 Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Sun, 28 Mar 2021 12:48:00 +0200 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 15 +++++++++++++++ 1 file changed, 15 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 000000000..f1c0ef052 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,15 @@ +name: Waka Readme + +on: + schedule: + - cron: '0 04 * * *' + 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 }}