Skip to content

Commit

Permalink
Update serverless.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez authored Jul 12, 2024
1 parent c6edcb1 commit c816bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ provider:
runtime: python3.11
environment:
PYTHONPATH: ./src
AWS_ACCESS_KEY: test
AWS_SECRET_KEY: test
MY_ACCESS_KEY: test
MY_SECRET_KEY: test
OPENSEARCH_HOST: ${{ secrets.OPENSEARCH_HOST }}
OPENSEARCH_USERNAME: ${{ secrets.OPENSEARCH_USERNAME }}
OPENSEARCH_PASSWORD: ${{ secrets.OPENSEARCH_PASSWORD }}
Expand Down

0 comments on commit c816bf5

Please sign in to comment.