Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Oct 9, 2023
1 parent 6dc2a92 commit d14eb6c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy-vc-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,14 @@ jobs:
- name: Check out vc-api-owf
run: |
git clone https://github.com/energywebfoundation/vc-api-owf
- name: Configure AWS credentials IDC
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ steps.env_vars.outputs.aws_access_key_id_idc }}
aws-secret-access-key: ${{ steps.env_vars.outputs.aws_secret_key_idc }}
aws-region: ${{ steps.env_vars.outputs.aws_region }}

- name: Login to Amazon ECR
id: login-ecr-idc
uses: aws-actions/amazon-ecr-login@v1

0 comments on commit d14eb6c

Please sign in to comment.