Skip to content

Commit

Permalink
inject envs for ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
buremba committed Oct 11, 2024
1 parent 63e1d6e commit 4352c7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:

name: Build Image
runs-on: ubuntu-latest
environment: deploy
steps:
- name: Check out code
uses: actions/checkout@v3

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4

with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 4352c7a

Please sign in to comment.