Skip to content

Update README.md

Update README.md #10

# πŸ‘‹ Import Dynamic Content
# This workflow imports the latest CivicActions content
name: πŸ‘‹ Import Dynamic Content
on:
# schedule: # ⏰ Run workflow automatically
# - cron: "0 * * * *" # Runs every hour, on the hour
workflow_dispatch: # πŸš€ Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly
push:
permissions:
contents: write # To write the generated contents to the readme
jobs:
update-readme-with-blog:
name: πŸ”„πŸ“ from πŸ“₯πŸ“°
runs-on: ubuntu-latest
steps:
- name: πŸ›’ Checkout Repository πŸ“₯
id: checkout
uses: actions/checkout@v3
# - name: πŸ“₯ Pull in CivicActions Medium Posts πŸ“°
# id: import-ca-medium
# uses: gautamkrishnar/blog-post-workflow@v1
# with:
# feed_list: "https://medium.com/feed/civicactions"
# readme_path: profile/README.md
# comment_tag_name: GREENHOUSE-JOBS
- name: πŸ“₯ Import πŸ’Ό from 🟒🏠
id: import-ca-jobs
uses: gautamkrishnar/blog-post-workflow@v1
with:
feed_list: "https://api.greenhouse.io/v1/boards/civicactions/jobs"
readme_path: profile/README.md
comment_tag_name: GREENHOUSE-JOBS