octopusdeploy/Push Package to Octopus Deploy

GitHub Action to push a package to Octopus Deploy

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
packagesA multi-line list of packages to push to Octopus Deploy.yes
overwrite_modeDetermines the action to perform with package if it already exists in the repository. Valid values are "FailIfExists", "OverwriteExisting", and "IgnoreIfExists".FailIfExists
api_keyThe API key used to access Octopus Deploy. You must provide an API key or username and password. If the guest account is enabled, a key of API-GUEST may be used. It is strongly recommended that this value retrieved from a GitHub secret.
serverThe base URL hosting Octopus Deploy (i.e. "https://octopus.example.com/"). It is recommended to retrieve this value from an environment variable.
spaceThe name or ID of a space within which this command will be executed. If omitted, the default space will be used.

no outputs