diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8f9abf..2f8cd4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |