Skip to content

Commit

Permalink
[#13] Chore: AWS KEYS 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MuseopKim committed Feb 23, 2021
1 parent 9f640ec commit 83d8058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: S3 deployment
env:
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
run: |
aws s3 cp \
--recursive \
Expand Down

0 comments on commit 83d8058

Please sign in to comment.