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 bc8b0cf commit fccae81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Init AWS CLI
run: |
mkdir ./aws
touch ./aws/config < ${{ secrets.AWS_CONFIG }}
touch ./aws/credentials < ${{ secrets.AWS_CREDS }}
mkdir ~/aws
echo "${{ secrets.AWS_CONFIG }}" > ~/aws/config
echo "${{ secrets.AWS_CREDS }}" > ~/aws/credentials
- name: Start AWS EC2 instance
run: |
Expand Down

0 comments on commit fccae81

Please sign in to comment.