felixk/Workflow Updater

This action copies your workflows to all your repos.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github_tokenToken to use GitHub API. It must have "repo" and "workflow" scopes so it can push to repo and edit workflows. It cannot be the default GitHub Actions token GITHUB_TOKEN. GitHub Action token's permissions are limited to the repository that contains your workflows. Provide token of the user that has rights to push to the repos that this action is suppose to update. yes
repos_to_updateComma-separated list of repositories that should get updates by this action. In the format `repo1,repo2`. yes
workflows_to_updateComma-separated list of workflow files that will be copied to other repositories. In the format `file.yml,another_file.yml`. yes
github_usernameUsername associated with github token. yes
workflow_folderFolder where your workflows are located in this repo. 'workflow-updater' by default. no

no outputs