Skip to content

Commit be9b792

Browse files
committed
chore: fix aws access auth
1 parent fd0a8c3 commit be9b792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prod-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727

2828
- name: 🚀 배포중!
2929
env:
30-
AWS_ACCESS_KEY_ID: '$'
31-
AWS_SECRET_ACCESS_KEY: '$'
30+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
31+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3232
run: aws s3 cp --recursive --region ap-northeast-2 dist s3://repicka-back-dev.shop

0 commit comments

Comments
 (0)