Skip to content

Commit

Permalink
Fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 14, 2024
1 parent 195ca36 commit c93b9e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ jobs:
- 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 }}
aws configure set aws_access_key_id $AWS_DEFAULT_REGION
aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
aws configure set default.region $AWS_DEFAULT_REGION
- name: Release
uses: borales/actions-yarn@v4
Expand Down

0 comments on commit c93b9e5

Please sign in to comment.