RSS from Personal Blog #534
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: RSS from Personal Blog | |
on: | |
workflow_dispatch: | |
schedule: | |
# Runs at 12am UTC | |
- cron: "0 0 * * *" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
permissions: write-all | |
steps: | |
- name: News from Personal Blog | |
uses: lowlighter/metrics@latest | |
with: | |
filename: metrics.plugin.rss.svg | |
token: NOT_NEEDED | |
base: "" | |
plugin_rss: yes | |
plugin_rss_source: http://feeds.feedburner.com/ELCWEB | |
plugin_rss_limit: 5 |