Create main.yml

This commit is contained in:
2021-03-28 12:48:00 +02:00
committed by GitHub
parent 8d30ddc8d0
commit 1024f3e4b2

15
.github/workflows/main.yml vendored Normal file
View File

@@ -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 }}