octopusdeploy/Create an ephemeral environment in Octopus Deploy
GitHub Action to create an ephemeral environment in Octopus Deploy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the ephemeral environment to create. | yes | — |
| project | The name of the project to connect the environment to. | yes | — |
| space | The name of a space containing the project. The space name is required, but you may also use the OCTOPUS_SPACE environment variable. | — | — |
| server | The instance URL hosting Octopus Deploy (i.e. "https://octopus.example.com/"). The instance URL is required, but you may also use the OCTOPUS_URL environment variable. | — | — |
| api_key | The API key used to access Octopus Deploy. You may also use the OctopusDeploy Login Action, OCTOPUS_API_KEY environment variable or OCTOPUS_ACCESS_TOKEN environment variable. It is strongly recommended that this value be retrieved from a GitHub secret. | — | — |
Outputs
no outputs