Skip to content

Commit

Permalink
get aws creds
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Dec 2, 2022
1 parent 0213676 commit 4153a62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
cache: "yarn"
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-region: us-east-2
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- run: yarn install --mode=skip-build
- run: yarn build
- run: yarn test
Expand Down

0 comments on commit 4153a62

Please sign in to comment.