From 72d475eb4758fe3be3de47c58bb53fb4854dc7bf Mon Sep 17 00:00:00 2001 From: tylerthome Date: Tue, 10 Sep 2024 18:26:34 -0700 Subject: [PATCH] add incubator role --- .github/workflows/deploy-aws-full.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-aws-full.yml b/.github/workflows/deploy-aws-full.yml index 6ccb0511..888e938d 100644 --- a/.github/workflows/deploy-aws-full.yml +++ b/.github/workflows/deploy-aws-full.yml @@ -13,9 +13,9 @@ jobs: - name: Git clone the repository uses: actions/checkout@v4 - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: - role-to-assume: arn:aws:iam::058264103110:role/homeuniteus-tf-user + role-to-assume: arn:aws:iam::058264103110:role/gha-incubator role-session-name: hackforlarolesession aws-region: ${{ env.AWS_REGION }} - name: initialize terraform