Skip to content

Commit

Permalink
add env : AWS_REGION
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayali M authored and Sayali M committed Sep 5, 2024
1 parent df70d99 commit 8a5a9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/utils/submit-aws-mp-listing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ aws marketplace-catalog start-change-set \
}
]';

echo "New version submitted for verification"
4 changes: 2 additions & 2 deletions .github/workflows/deploy-extension-to-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8a5a9e2

Please sign in to comment.