Fr1nge
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
16 deletions
-
.github/workflows/main.yml
|
|
@ -1,16 +0,0 @@ |
|
|
|
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 }} |