Skip to content

Commit

Permalink
configure aws credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
zirkelc committed Sep 19, 2023
1 parent e79e23f commit fc052d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
node-version: 18
cache: 'npm'

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@master
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
aws-region: "us-east-1"

- name: Install
run: npm install

Expand Down

0 comments on commit fc052d0

Please sign in to comment.