Skip to content

Commit 1cc587d

Browse files
committed
ODWA-31 FIX: Edit secret names
1 parent b4c2650 commit 1cc587d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
- name: Configure AWS credentials
7575
uses: aws-actions/configure-aws-credentials@v2
7676
with:
77-
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
78-
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
77+
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_DEV }}
78+
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_DEV }}
7979
aws-region: ap-northeast-2
8080

8181
- name: SAM build

0 commit comments

Comments
 (0)