From e6c3bc4e81db4820590e7769d4aefdad1655357e Mon Sep 17 00:00:00 2001 From: "lucas.shaw" Date: Thu, 4 Jul 2024 09:11:02 +0100 Subject: [PATCH] undo --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1975eb9b31..d2908f474e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,12 +34,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Assume role in Cloud Platform - uses: aws-actions/configure-aws-credentials@v4 - with: - role-to-assume: ${{ secrets.ECR_ROLE_TO_ASSUME }} - aws-region: ${{ vars.ECR_REGION }} - - name: Setup Ruby and install gems uses: ruby/setup-ruby@v1 with: