mirror of
https://github.com/ArthurDanjou/ArthurDanjou.git
synced 2026-01-14 15:54:11 +01:00
Create main.yml
This commit is contained in:
15
.github/workflows/main.yml
vendored
Normal file
15
.github/workflows/main.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user