Browse Source

Create main.yml

main
Fr1nge 4 years ago
committed by GitHub
parent
commit
212a943120
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      .github/workflows/main.yml

+ 16
- 0
.github/workflows/main.yml View File

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

Loading…
Cancel
Save