Skip to content

Commit

Permalink
testing role
Browse files Browse the repository at this point in the history
  • Loading branch information
khaled Taha committed Apr 20, 2023
1 parent 61801d6 commit 902adc0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/terraform-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ jobs:
ssh-key: ${{ secrets.GIT }}
fetch-depth: 0

- name: Assume AWS IAM role
id: sts
uses: aws-actions/configure-aws-credentials@v1
- name: Configure AWS Credentials
uses: fuller-inc/actions-aws-assume-role@v1
with:
role-to-assume: ${{ secrets.AWS_ROLE }}
role-duration-seconds: 3600
aws-region: us-east-1
role-to-assume: arn:aws:iam::413504967007:role/github

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
Expand Down

0 comments on commit 902adc0

Please sign in to comment.