From bf83e8388fc5cd2d480dac2c34d2a04c4242ed0e Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 29 Aug 2023 17:57:52 -0400 Subject: [PATCH] Sync --- .github/workflows/aws.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 0e366cc8..a5ceacc0 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -11,10 +11,5 @@ jobs: steps: - name: Git clone the repository uses: actions/checkout@v3 - - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@v2 - with: - role-to-assume: arn:aws:iam::918074996169:role/GitHub - aws-region: us-east-1 - name: List s3 buckets run: aws s3 ls