Skip to content

Commit

Permalink
infra: add aws creds to release
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Mar 28, 2024
1 parent 000e347 commit b3f67ba
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 b3f67ba

Please sign in to comment.