EC2 config for tests updated
This commit is contained in:
parent
9b141583a6
commit
612d074144
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -21,11 +21,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
mode: start
|
mode: start
|
||||||
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
|
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
|
||||||
ec2-image-id: ami-123
|
ec2-image-id: ${{ secrets.CENTOS8_AMI_ID }}
|
||||||
ec2-instance-type: t3.nano
|
ec2-instance-type: t3.nano
|
||||||
subnet-id: subnet-123
|
subnet-id: ${{ secrets.SUBNET_ID }}
|
||||||
security-group-id: sg-123
|
security-group-id: ${{ secrets.SG_ID }}
|
||||||
iam-role-name: my-role-name # optional, requires additional permissions
|
#iam-role-name: my-role-name # optional, requires additional permissions
|
||||||
aws-resource-tags: > # optional, requires additional permissions
|
aws-resource-tags: > # optional, requires additional permissions
|
||||||
[
|
[
|
||||||
{"Key": "Name", "Value": "ec2-github-runner"},
|
{"Key": "Name", "Value": "ec2-github-runner"},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user