Skip to content

Commit 8300c05

Browse files
set hostid
1 parent 74ad023 commit 8300c05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/aws.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ async function startEc2Instance(label, githubRegistrationToken) {
4747
IamInstanceProfile: { Name: config.input.iamRoleName },
4848
TagSpecifications: config.tagSpecifications,
4949
Placement: {
50-
Tenancy: 'host'
50+
Tenancy: 'host',
51+
HostId: 'h-00f82bda389004cae'
5152
}
5253
};
5354

0 commit comments

Comments
 (0)