Skip to content

Commit e1033c8

Browse files
committed
update: github action 스크립트 수정 (오타수정)
1 parent f1bdf15 commit e1033c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_on_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Configure AWS Credentials
8181
uses: aws-actions/configure-aws-credentials@v1
8282
with:
83-
aws-access-key-id: ${{ secrets.PYCON_DEV_2023_AWS_SECRET }}
83+
aws-access-key-id: ${{ secrets.PYCON_DEV_2023_AWS_KEY }}
8484
aws-secret-access-key: ${{ secrets.PYCON_DEV_2023_AWS_SECRET }}
8585
aws-region: ap-northeast-2
8686

0 commit comments

Comments
 (0)