felixk/Workflow Updater
This action copies your workflows to all your repos.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token 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_update | Comma-separated list of repositories that should get updates by this action. In the format `repo1,repo2`. | yes | — |
| workflows_to_update | Comma-separated list of workflow files that will be copied to other repositories. In the format `file.yml,another_file.yml`. | yes | — |
| github_username | Username associated with github token. | yes | — |
| workflow_folder | Folder where your workflows are located in this repo. 'workflow-updater' by default. | no | — |
Outputs
no outputs