octopusdeploy/Login to Octopus Deploy
Login to your Octopus Server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server | The URL of the Octopus Instance (e.g. "https://octopus.example.com/"). | yes | — |
| service_account_id | The id of the service account when using OpenID Connect to login. It is strongly recommended that this value retrieved from a GitHub secret. | — | — |
| api_key | The key when using API key login. It is strongly recommended that this value retrieved from a GitHub secret. | — | — |
Outputs
| name | description |
|---|---|
| server | The URL of the Octopus Instance that has been logged into (e.g. "https://octopus.example.com/"). This will be placed into the OCTOPUS_URL environment variable as well. |
| access_token | The access token obtained for the service account when using OpenID Connect to login. This will be place into the OCTOPUS_ACCESS_TOKEN environment variable as well. |
| api_key | The API key configured for access when using API key login. This will be placed into the OCTOPUS_API_KEY environment variable as well. |