apwide/golive-send-environment-info
Send Environment Information to Golive
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 9, 2025
- License
- MIT
Pinned Snippet
uses: apwide/golive-send-environment-info@de74eb0362b3848dfc3aad9d884384cd8dd4932e # v1.8.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| goliveToken | Golive API Token (Golive Cloud) | no | — |
| goliveUrl | Api Base Url (Golive Server) | no | https://golive.apwide.net/api |
| goliveUsername | Golive API Username (Golive Server) | no | — |
| golivePassword | Golive API Username (Golive Server) | no | — |
| githubToken | Github token ({{secrets.GITHUB_TOKEN}}) | yes | — |
| targetEnvironmentId | Target environment the version is deployed to | no | — |
| targetEnvironmentName | Name of the environment in Apwide Golive | no | — |
| targetEnvironmentAutoCreate | Create the target environment with provided information if it does not exist yet in Apwide Golive. | no | false |
| targetApplicationName | Type the name of the application to select or create the target environment. | no | — |
| targetApplicationId | Select an existing application to use to find/create the target environment. | no | — |
| targetApplicationAutoCreate | Create the target application with provided name if it does not exist yet in Apwide Golive. N.B. User associated to your connection must have permission to manage applications in order to automatically create new applications. | no | false |
| targetCategoryName | Type the name of the category to find/create the target environment. | no | — |
| targetCategoryId | Select an existing category to use to find/create the target environment. | no | — |
| targetCategoryAutoCreate | Create the target category with provided name if it does not exist yet in Apwide Golive. N.B. User associated to your connection must have permission to manage categories in order to automatically create new categories. | no | false |
| deploymentVersionName | Deployed version name | no | — |
| deploymentBuildNumber | Build number of the deployed version. Ex: $(Build.BuildNumber) | no | — |
| deploymentDeployedDate | Date in ISO-8601 format. Ex: 2023-09-24T12:00:00Z | no | — |
| deploymentDescription | Description of the deployment (markdown is supported). Ex: ✅ **Job** #$(Build.BuildId) - $(Build.DefinitionName) Requested by: $(Build.RequestedFor) Branch: $(Build.SourceBranchName) | no | — |
| deploymentAttributes | Deployment attribute values in key-value JSON format. Ex: { "Requested By" : "me@company.com", "Artefacts" : "https://binaries.company.com/download/232323", "Repository" : "https://github.com/" } | no | — |
| deploymentIssueKeys | Comma separated list of Jira issue keys that are deployed. Ex: ECOM-3412,ECOM-6783,PAY-98 | no | — |
| deploymentIssueKeysFromCommitHistory | Parse and retrieve the Jira issue keys found in commit history and add them to the current deployment. | no | false |
| deploymentIssuesFromJql | Set the JQL query used to retrieve and add Jira tickets to the current deployment. Ex: project = ECP AND type in (Story, Bug) AND resolution in (Fixed). More about JQL [here](https://www.atlassian.com/software/jira/guides/jql) | no | — |
| deploymentAddDoneIssuesOfJiraVersion | Add all "Done" issues fixed in the deployed Jira version to the current deployment | no | false |
| deploymentNoFixVersionUpdate | Do not add the deployed Jira version to "Fix versions" of the deployed Jira issues. | no | false |
| deploymentSendJiraNotification | Trigger the standard Jira notification when updating the "Fix versions" of the deployed issues. | no | — |
| environmentStatusName | Type the name of the new status of the environment | no | — |
| environmentStatusId | Select the new status of the environment | no | — |
| environmentUrl | Update the url of the environment | no | — |
| environmentAttributes | Environment attribute values in key-value JSON format. Ex: { "OS" : "Linux", "Location" : "Switzerland", "Owner" : "me@company.com" } | no | — |
Outputs
| name | description |
|---|---|
| status | Status of the action |