Skip to content

Commit

Permalink
chore: 환경변수 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
FaberJoo authored Nov 3, 2023
1 parent ca4b161 commit 9168b38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
arguments: build
env:
aws.access.key: ${{ secrets.aws.access.key }}
aws.secret.key: ${{ secrets.aws.secret.key }}
aws.region: ${{ secrets.aws.region }}
aws.access.key: ${{ secrets.aws_access_key }}
aws.secret.key: ${{ secrets.aws.secret_key }}
aws.region: ${{ secrets.aws_region }}

0 comments on commit 9168b38

Please sign in to comment.