Skip to content

Commit

Permalink
Merge pull request #3 from langchain-ai/erick/infra-add-aws-creds-to-…
Browse files Browse the repository at this point in the history
…release

infra: add aws creds to release
  • Loading branch information
3coins authored Mar 28, 2024
2 parents 000e347 + b3f67ba commit e590c72
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,14 @@ jobs:
run: make tests
working-directory: ${{ inputs.working-directory }}

- 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 }}
aws-region: ${{ vars.AWS_REGION }}

- name: Run integration tests
env:
PARTNER_API_KEY: ${{ secrets.PARTNER_API_KEY }}
run: make integration_tests
working-directory: ${{ inputs.working-directory }}

Expand Down

0 comments on commit e590c72

Please sign in to comment.