Post #1924840
2025-05-29 06:31 UTC
@brettcannon Would it be sufficient to (mis-)use a CI/CD pipeline? I have GitHub repos which periodically run a Python script via GH Actions. For example: https://github.com/ping13/listmonk-rss/blob/main/.github/workflows/listmonk_rss.yml
Works for private repos, too.
Replies (1)
-
@brettcannon@fosstodon.org 2025-05-29 20:17
@ping13 This is going to run every 15 minutes and I wouldn't want to risk my OSS GitHub Actions credits for this.