You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`jenkins_client_id`| string | ✅ || Jenkins Client ID used with IAP |
19
-
|`jenkins_sa_credentials`| string | ✅ || Jenkins service account credentials to use with IAP |
20
-
|`token`| string | ✅ || GitHub token to create a deployment |
21
-
|`environment-url`| string ||| URL of the environment |
22
-
|`environment`| string | ✅ || Name for the target deployment environment |
23
-
|`transient-environment`| string || true | Specifies if the given environment is specific to the deployment and will no longer exist at some point in the future. |
24
-
|`auto-inactive`| string || true | Adds a new inactive status to all prior non-transient, non-production environment deployments with the same repository and environment name as the created status's deployment. An inactive status is only added to deployments that had a success state. |
25
-
|`create-gh-deployment`| string || false | Creates a Github Deployment along with JIRA Deployment |
13
+
| name | type | required | default | description |
|`token`| string | ✅ || GitHub token to create a deployment |
16
+
|`environment-url`| string ||| URL of the environment |
17
+
|`environment`| string | ✅ || Name for the target deployment environment |
18
+
|`transient-environment`| string || true | Specifies if the given environment is specific to the deployment and will no longer exist at some point in the future. |
19
+
|`auto-inactive`| string || true | Adds a new inactive status to all prior non-transient, non-production environment deployments with the same repository and environment name as the created status's deployment. An inactive status is only added to deployments that had a success state. |
20
+
|`create-gh-deployment`| string || false | Creates a Github Deployment along with JIRA Deployment |
26
21
27
22
### Outputs
28
23
29
24
Not specified
30
25
26
+
### ENV Variables
27
+
28
+
All ENV Variables, defined in a GH Workflow are also passed to a GH Action. It means, the might be reused as is.
29
+
This is a list of ENV Variables that are used in GH Action:
0 commit comments