From 66921a05d6081b203ce19c260006418f63d783c9 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 6 May 2024 21:21:01 -0500 Subject: Add some actions --- .github/workflows/posts.yaml | 25 +++++++++++++++++++++++++ README.md | 5 +++-- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/posts.yaml diff --git a/.github/workflows/posts.yaml b/.github/workflows/posts.yaml new file mode 100644 index 0000000..b99ea7a --- /dev/null +++ b/.github/workflows/posts.yaml @@ -0,0 +1,25 @@ +name: Add blog +on: + push: + branches: + - master + schedule: + - cron: "41 * * * *" + workflow_dispatch: +permissions: + contents: write + +jobs: + update-readme: + name: Update README + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Pull in blog posts + uses: gautamkrishnar/blog-post-workflow@v1 + with: + feed_list: "https://mattstrapp.net/posts/index.xml" + committer_username: "Matt Strapp" + committer_email: "matt@mattstrapp.net" + commit_message: "Add a new blog post or two or ten" diff --git a/README.md b/README.md index 10a8a54..be0f745 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ [![AUR](https://img.shields.io/badge/AUR-grey?style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/account/RossTheRoss) [![Personal Git](https://img.shields.io/badge/Personal%20Git-black?style=for-the-badge&logo=git)](https://git.mattstrapp.net/) - - +# Posts + +