mirror of
https://github.com/KevinMidboe/waka-box.git
synced 2025-10-29 09:50:22 +00:00
Replace Circle CI with GitHub Actions
This commit is contained in:
15
.github/main.workflow
vendored
Normal file
15
.github/main.workflow
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
workflow "Update gist with WakaTime stats" {
|
||||
resolves = ["update-gist"]
|
||||
on = "schedule(*/10 * * * *)"
|
||||
}
|
||||
|
||||
action "update-gist" {
|
||||
uses = "matchai/waka-box@master"
|
||||
env = {
|
||||
"GIST_ID" = "968220c97e8da1d047a9a480fa432e54"
|
||||
}
|
||||
secrets = [
|
||||
"GH_TOKEN",
|
||||
"WAKATIME_API_KEY",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user