We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5666a commit e8bc5b6Copy full SHA for e8bc5b6
.github/workflows/deploy.yaml
@@ -12,10 +12,6 @@ jobs:
12
build-and-deploy:
13
runs-on: ubuntu-latest
14
15
- defaults:
16
- run:
17
- working-directory: .
18
-
19
steps:
20
- name: Checkout Repository 🛎️
21
uses: actions/checkout@v4
@@ -29,7 +25,7 @@ jobs:
29
25
- name: Configure AWS credentials
30
26
uses: aws-actions/configure-aws-credentials@v1
31
27
with:
32
- aws-access-key-id: ${{ secrets.DOCS_AWS_ACCESS_KEY_ID }}
28
+ aws-access-key-id: ${{ secrets.DOCS_AWS_ACCESS_KEY }}
33
aws-secret-access-key: ${{ secrets.DOCS_AWS_SECRET_ACCESS_KEY }}
34
aws-region: 'us-east-1'
35
@@ -40,7 +36,6 @@ jobs:
40
36
rm /tmp/awscliv2.zip
41
37
sudo /tmp/aws/install --update
42
38
rm -rf /tmp/aws/
43
- shell: bash
44
39
45
- name: Install Dependencies
46
run: yarn install
0 commit comments