diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8112631..7a05ebf 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -266,7 +266,7 @@ jobs: id: deploy-account-credentials uses: aws-actions/configure-aws-credentials@v4 with: - role-to-assume: arn:aws:iam::481665128499:role/GitHubActionsCfnDeployRole + role-to-assume: arn:aws:iam::156041432316:role/GitHubActionsCfnDeployRole role-session-name: ${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG_URL }}-${{ github.run_number }}-${{ github.job }} role-duration-seconds: 3600 # 60 minutes; needs to be less than our current max duration aws-region: us-east-1 @@ -325,7 +325,7 @@ jobs: --s3-bucket aws-sam-cli-sourcebucket-346402060170-us-east-1 \ --s3-prefix ${{ env.GITHUB_REPOSITORY_OWNER_PART_SLUG_URL }}/${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG_URL }}/${{ env.GITHUB_REF_SLUG_URL }} \ --region us-east-1 \ - --role-arn arn:aws:iam::481665128499:role/CfnExecIamRole \ + --role-arn arn:aws:iam::156041432316:role/CfnExecIamRole \ --on-failure DELETE \ $AWS_CFN_PARAMS \ $AWS_CFN_TAGS \ No newline at end of file