From 4af2e60333f5ca7880df82031e804ea19a5c733d Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Mon, 15 May 2023 14:57:46 +0200 Subject: [PATCH] remove custom role --- .github/workflows/build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bc34cea6..e6345926 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,7 +34,6 @@ jobs: EC2_INSTANCE_TYPE: g5.12xlarge EC2_SUBNET_ID: subnet-931b34f5,subnet-ecb993cd,subnet-943dc2d8,subnet-45371f1a,subnet-ee93e0df,subnet-fddc3dfc EC2_SECURITY_GROUP: sg-04d472c808f365022 - EC2_IAM_ROLE: tgi-ec2-github-actions-role outputs: label: ${{ steps.start-ec2-runner.outputs.label }} ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }} @@ -55,7 +54,6 @@ jobs: ec2-instance-type: ${{ env.EC2_INSTANCE_TYPE }} subnet-id: ${{ env.EC2_SUBNET_ID }} security-group-id: ${{ env.EC2_SECURITY_GROUP }} - iam-role-name: ${{ env.EC2_IAM_ROLE }} aws-resource-tags: > # optional, requires additional permissions [ {"Key": "Name", "Value": "ec2-tgi-github-runner"},