Skip to content

Commit

Permalink
hotfix: fix secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed May 12, 2024
1 parent ec5666a commit e8bc5b6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest

defaults:
run:
working-directory: .

steps:
- name: Checkout Repository 🛎️
uses: actions/checkout@v4
Expand All @@ -29,7 +25,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.DOCS_AWS_ACCESS_KEY_ID }}
aws-access-key-id: ${{ secrets.DOCS_AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.DOCS_AWS_SECRET_ACCESS_KEY }}
aws-region: 'us-east-1'

Expand All @@ -40,7 +36,6 @@ jobs:
rm /tmp/awscliv2.zip
sudo /tmp/aws/install --update
rm -rf /tmp/aws/
shell: bash
- name: Install Dependencies
run: yarn install
Expand Down

0 comments on commit e8bc5b6

Please sign in to comment.