Create workflow to update README with badges

This workflow updates the README with badges using a scheduled cron job.
This commit is contained in:
LINUXexpert.org
2026-01-22 09:20:39 -07:00
committed by GitHub
parent 2a62fb2fe5
commit 85393b824c
+15
View File
@@ -0,0 +1,15 @@
name: Update badges
on:
schedule:
# Runs at 2am UTC
- cron: "0 2 * * *"
jobs:
update-readme:
name: Update Readme with badges
runs-on: ubuntu-latest
steps:
- name: Badges - Readme
uses: pemtajo/badge-readme@main
with:
CREDLY_USER: john-ellis.d1fc1b41