Skip to content

Commit

Permalink
Load credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jbi89 committed May 11, 2023
1 parent b406b17 commit c0c5f70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
# state: "in_progress"
# deployment_id: ${{ github.event.deployment.id }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1

- name: Build the Docker container
shell: bash
run: |
Expand Down

0 comments on commit c0c5f70

Please sign in to comment.