Skip to content

Commit

Permalink
Merge pull request #154 from ambujraj/release-fix
Browse files Browse the repository at this point in the history
Fixed GA env variable issue
  • Loading branch information
ambujraj authored Apr 19, 2024
2 parents b46ee78 + 8ad2591 commit c85212b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
APPWRITE_URL: ${{ secrets.APPWRITE_URL }}
APPWRITE_PROJECT_ID: ${{ secrets.APPWRITE_PROJECT_ID }}
AWS_APP_ACCESS_KEY: $ {{ secrets.AWS_APP_ACCESS_KEY }}
AWS_APP_SECRET_ACCESS_KEY: $ {{ secrets.AWS_APP_SECRET_ACCESS_KEY }}
AWS_APP_ACCESS_KEY: ${{ secrets.AWS_APP_ACCESS_KEY }}
AWS_APP_SECRET_ACCESS_KEY: ${{ secrets.AWS_APP_SECRET_ACCESS_KEY }}
run: |
cd middleware
pip install -r ./requirements.txt --target ./python
Expand Down

0 comments on commit c85212b

Please sign in to comment.