actions-marketplace-validations/GitHub Workflow Immortality
Keeps cronjob based triggers of GitHub workflows alive.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 12, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/phrozenbyte_gh-workflow-immortality@39378c27dcacbc17e6fbf83057d1fc40c574000d # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| secret | Personal access token of the executing GitHub user | yes | — |
| include_forks | Also includes forks when loading repositories | no | false |
| owner_repos | Loads all repositories of the authenticated GitHub user (includes both public and private repositories) | no | false |
| collaborator_repos | Loads all repositories of which the authenticated GitHub user is a collaborator of | no | false |
| member_repos | Loads all repositories of organizations of which the authenticated GitHub user is a member of | no | false |
| users | Loads all public repositories of the given GitHub users | no | "" |
| orgs | Loads all repositories of the given GitHub organizations | no | "" |
| repos | Loads the given repositories | no | "" |
| no_repo_names | Suppresses printing repository names, but prints repository IDs only | no | false |
| verbose | Prints a list of issued GitHub API requests | no | false |
Outputs
no outputs