mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +00:00
Update waka.yml
This commit is contained in:
@@ -1,27 +1,16 @@
|
|||||||
name: WakaTime status update
|
name: Waka Readme
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Runs at 12 am '0 0 * * *' UTC
|
# Runs at 12am IST
|
||||||
- cron: '1 0 * * *'
|
- cron: '30 18 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
update-readme:
|
update-readme:
|
||||||
name: Update the WakaTime Stat
|
name: Update Readme with Metrics
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# Use avinal/Profile-Readme-WakaTime@<latest-release-tag> for latest stable release
|
- uses: anmol098/waka-readme-stats@master
|
||||||
# Do not change the line below until you have forked this repository
|
|
||||||
# If you have forked this project you can use <username>/Profile-Readme-WakaTime@master instead
|
|
||||||
- uses: avinal/Profile-Readme-WakaTime@master
|
|
||||||
with:
|
with:
|
||||||
# WakaTime API key stored in secrets, do not directly paste it here
|
|
||||||
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
||||||
# Automatic github token
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
|
||||||
# Branch - newer GitHub repositories have "main" as default branch, change to main in that case, default is master
|
|
||||||
BRANCH: "master"
|
|
||||||
# Manual Commit messages - write your own messages here
|
|
||||||
COMMIT_MSG: "Automated Coding Activity Update :alien:"
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user