Skip to content

Commit ef3a8ec

Browse files
committed
ci: change secrets
Signed-off-by: Matheus Cruz <[email protected]>
1 parent 45bd128 commit ef3a8ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/landing_page.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: Configure AWS Credentials
1818
uses: aws-actions/configure-aws-credentials@main
1919
with:
20-
aws-access-key-id: ${{ secrets.LANDING_PAGE_AWS_ACCESS_KEY_ID }}
21-
aws-secret-access-key: ${{ secrets.LANDING_PAGE_AWS_SECRET_ACCESS_KEY }}
22-
aws-region: us-east-1
20+
aws-access-key-id: ${{ secrets.LANDING_PAGE_AWS_ACCESS_KEY }}
21+
aws-secret-access-key: ${{ secrets.LANDING_PAGE_AWS_SECRET_KEY }}
22+
aws-region: sa-east-1
2323

2424
- name: Sync Landing Page to S3
2525
run: |

site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Timeless app — your personal financial organization hub.</title>
6+
<title>Timeless — your personal financial organization hub.</title>
77
<script src="https://cdn.tailwindcss.com"></script>
88
</head>
99
<body class="bg-gray-50 text-gray-900">

0 commit comments

Comments
 (0)