Create main.yml

This commit is contained in:
Athul Cyriac Ajay 2020-07-10 08:59:19 +05:30 committed by GitHub
parent 4a9a347d32
commit 88d025daac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,24 @@
# This is a basic workflow to help you get started with Actions
name: Waka Readme
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
schedule:
# Runs at 12am UTC
- cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Update Readme
uses: athul/waka-readme@master
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}