crontap-replace-github-actions-cron
Installation
SKILL.md
Replace GitHub Actions cron
Crontap sends a repository dispatch request. GitHub still runs the workflow.
Prerequisites
- Make the workflow safe to dispatch more than once.
- Create a fine-grained GitHub token restricted to the target repository with the permission required by the repository dispatch endpoint.
- Store the token in a secure store and plan its expiration and rotation.
- Confirm the desired IANA timezone.
Change the workflow
Replace the scheduled trigger with manual and repository dispatch triggers: