Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
86LAK authored May 1, 2024
1 parent 3290f25 commit 73447e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "$AWS_CREDENTIALS" > credentials.txt
export AWS_ACCESS_KEY_ID=$(awk 'NR==1' credentials.txt)
export AWS_SECRET_ACCESS_KEY=$(awk 'NR==2' credentials.txt)
export AWS_REGION=$(awk 'NR==3' credentials.txt)
export AWS_SESSION_TOKEN=$(awk 'NR==3' credentials.txt)
- name: Deploy to AWS
run: |
Expand Down

0 comments on commit 73447e2

Please sign in to comment.