diff --git a/.github/workflows/cd-production.yml b/.github/workflows/cd-production.yml index ee2f965c7..c6febe073 100644 --- a/.github/workflows/cd-production.yml +++ b/.github/workflows/cd-production.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v5 # More information on this action can be found below in the 'AWS Credentials' section + uses: aws-actions/configure-aws-credentials@v6 # More information on this action can be found below in the 'AWS Credentials' section with: role-to-assume: arn:aws:iam::024209611402:role/github-action-role aws-region: ap-south-1 diff --git a/.github/workflows/cd-staging.yml b/.github/workflows/cd-staging.yml index 44743d660..e66d2ec99 100644 --- a/.github/workflows/cd-staging.yml +++ b/.github/workflows/cd-staging.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v6 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v5 # More information on this action can be found below in the 'AWS Credentials' section + uses: aws-actions/configure-aws-credentials@v6 # More information on this action can be found below in the 'AWS Credentials' section with: role-to-assume: arn:aws:iam::024209611402:role/github-action-role aws-region: ap-south-1