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
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
AWS Access Key ID. This input is required if running in the GitHub hosted environment.
It is optional if running in a self-hosted environment that already has AWS credentials,
for example on an EC2 instance.
required: false
aws-secret-access-key:
description: >-
AWS Secret Access Key. This input is required if running in the GitHub hosted environment.
It is optional if running in a self-hosted environment that already has AWS credentials,
for example on an EC2 instance.
required: false
aws-region:
description: 'Your AWS region'
required: true
default: 'us-east-1'
repository-hash:
description: >-
If you are using the self-hosted github runner module, the module will generate a hash for naming the container-name,
task-definition, service, and cluster. You can populate that unique hash here to specify those and will not need to populate the next 4 variables below.
required: false
default: ''
service:
description: 'The name of the ECS service.'
required: false
default: ''
cluster:
description: 'The name of the ECS cluster the service belongs to.'