Skip to content

Commit e8bc5b6

Browse files
committed
hotfix: fix secret name
1 parent ec5666a commit e8bc5b6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
build-and-deploy:
1313
runs-on: ubuntu-latest
1414

15-
defaults:
16-
run:
17-
working-directory: .
18-
1915
steps:
2016
- name: Checkout Repository 🛎️
2117
uses: actions/checkout@v4
@@ -29,7 +25,7 @@ jobs:
2925
- name: Configure AWS credentials
3026
uses: aws-actions/configure-aws-credentials@v1
3127
with:
32-
aws-access-key-id: ${{ secrets.DOCS_AWS_ACCESS_KEY_ID }}
28+
aws-access-key-id: ${{ secrets.DOCS_AWS_ACCESS_KEY }}
3329
aws-secret-access-key: ${{ secrets.DOCS_AWS_SECRET_ACCESS_KEY }}
3430
aws-region: 'us-east-1'
3531

@@ -40,7 +36,6 @@ jobs:
4036
rm /tmp/awscliv2.zip
4137
sudo /tmp/aws/install --update
4238
rm -rf /tmp/aws/
43-
shell: bash
4439
4540
- name: Install Dependencies
4641
run: yarn install

0 commit comments

Comments
 (0)