Skip to content

Commit

Permalink
add incubator role
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Sep 11, 2024
1 parent 2c83714 commit 72d475e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-aws-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72d475e

Please sign in to comment.