Skip to content

Commit

Permalink
task: Remove AWS CLI installation from GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmf94 committed Jun 21, 2024
1 parent 0da197c commit 1354ca5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/preview-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Install AWS CLI
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
# Retrieve and set environment variables from AWS Secrets Manager
- name: Retrieve secrets from AWS Secrets Manager
run: |
Expand Down

0 comments on commit 1354ca5

Please sign in to comment.