Skip to content

Commit

Permalink
configure creds
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 14, 2024
1 parent 884421b commit 195ca36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ jobs:
sudo apt-get update
sudo apt install -y awscli
- name: Set AWS Credentials
run: |
aws configure set aws_access_key_id ${{ env.AWS_ACCESS_KEY_ID }}
aws configure set aws_secret_access_key ${{ env.AWS_SECRET_ACCESS_KEY }}
aws configure set default.region ${{ env.AWS_DEFAULT_REGION }}
- name: Release
uses: borales/actions-yarn@v4
with:
Expand Down

0 comments on commit 195ca36

Please sign in to comment.