From 8a5a9e2e7671e35574f0ed0e1b3c84a5e9b39d26 Mon Sep 17 00:00:00 2001 From: Sayali M Date: Thu, 5 Sep 2024 10:44:38 -0500 Subject: [PATCH] add env : AWS_REGION --- .github/utils/submit-aws-mp-listing.sh | 1 - .github/workflows/deploy-extension-to-marketplace.yml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/utils/submit-aws-mp-listing.sh b/.github/utils/submit-aws-mp-listing.sh index 9b3536a..e8df7fa 100755 --- a/.github/utils/submit-aws-mp-listing.sh +++ b/.github/utils/submit-aws-mp-listing.sh @@ -50,4 +50,3 @@ aws marketplace-catalog start-change-set \ } ]'; -echo "New version submitted for verification" \ No newline at end of file diff --git a/.github/workflows/deploy-extension-to-marketplace.yml b/.github/workflows/deploy-extension-to-marketplace.yml index df1e417..c4f1022 100644 --- a/.github/workflows/deploy-extension-to-marketplace.yml +++ b/.github/workflows/deploy-extension-to-marketplace.yml @@ -20,14 +20,14 @@ jobs: if: github.actor == 'dependabot' || github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest + env: + AWS_REGION: us-east-1 steps: - name: Checkout uses: actions/checkout@v4 - name: Login to ECR Registry uses: docker/login-action@v3 - env: - AWS_REGION: us-east-1 with: registry: ${{ secrets.AWS_MP_REGISTRY }} username: ${{ secrets.AWS_MP_ACCESS_KEY }}