Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Migrate from main.workflow to the new yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
BSKY authored and matchai committed Aug 19, 2019
1 parent 7376264 commit a1bad42
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/main.workflow

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
schedules:
- cron: "*/10 * * * *"
name: Update gist with WakaTime stats
jobs:
update-gist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: update-gist
uses: matchai/waka-box@master
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIST_ID: 968220c97e8da1d047a9a480fa432e54
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}

0 comments on commit a1bad42

Please sign in to comment.