Skip to content

Commit

Permalink
Configure CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebAckom committed Oct 27, 2023
1 parent 234a5cb commit 8f7de85
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ jobs:
# Configure AWS CLI
- name: Configure AWS CLI
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-west-1
run: |
aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }}
aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# Install Terraform
- name: Install Terraform
Expand Down

0 comments on commit 8f7de85

Please sign in to comment.