Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fivlao authored Jan 13, 2024
1 parent bb310a3 commit bc8b0cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ jobs:
pwd
ls
- name: Install AWS CLI
- name: Init AWS CLI
run: |
# curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
# unzip awscliv2.zip
# sudo ./aws/install
mkdir ./aws
touch ./aws/config < ${{ secrets.AWS_CONFIG }}
touch ./aws/credentials < ${{ secrets.AWS_CREDS }}
Expand Down

0 comments on commit bc8b0cf

Please sign in to comment.