jcantosz/repo-environments-migrate
An action to move a repository environment and its settings to another repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 23, 2024
- License
- None
Pinned Snippet
uses: jcantosz/repo-environments-migrate@d2a3fa9ee9c6f59cafcf5ee040d2e5732e3ed559 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| reviewer_mapping_file | Path to the reviewer mapping file | yes | — |
| target_org | Target org to map all orgs to if orgMappingFile is not present | no | — |
| org_mapping_file | Path to the organization mapping file | no | — |
| source_repos | Source repositories, comma separated. Of the form <url.com/to>/ORG/REPO | yes | — |
| source_github_app_id | Source GitHub App ID | no | — |
| source_github_app_private_key | Source GitHub App private key | no | — |
| source_github_app_installation_id | Source GitHub App installation ID | no | — |
| source_github_pat | Personal access token if using that to auth instead of an app | no | — |
| migration_type | Migration type ex. 'gei' | no | — |
| source_github_api_url | Source GitHub API URL | no | https://api.github.com |
| target_github_app_id | Target GitHub App ID | no | — |
| target_github_app_private_key | Target GitHub App private key | no | — |
| target_github_app_installation_id | Target GitHub App installation ID | no | — |
| target_github_pat | Personal access token if using that to auth instead of an app | no | — |
| target_github_api_url | Target GitHub API URL | no | https://api.github.com |
Outputs
no outputs