Skip to content

Instantly share code, notes, and snippets.

@audhiaprilliant
Created December 3, 2020 16:06
Show Gist options
  • Save audhiaprilliant/daf24beb839f081e090f9d72157f18b7 to your computer and use it in GitHub Desktop.
Save audhiaprilliant/daf24beb839f081e090f9d72157f18b7 to your computer and use it in GitHub Desktop.
Medium Workflow
name: Latest Medium story workflow
on:
schedule:
# Runs every hour
- cron: '0 * * * *'
workflow_dispatch:
jobs:
update-readme-with-blog:
name: Update this repo's README with latest Medium post
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: "MEDIUM-STORY-LIST"
feed_list: "https://medium.com/feed/@audhiaprilliant"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment