Skip to content

Commit

Permalink
jhb
Browse files Browse the repository at this point in the history
  • Loading branch information
SageTendo committed Dec 15, 2024
1 parent 661a08f commit 92c55c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
pipenv install --dev
pipenv run pytest
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
MONGO_URI: ${{ secrets.MONGO_URI }}
SECRET_KEY: ${{ env.SECRET_KEY }}
MONGO_URI: ${{ vars.MONGO_URI }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
Expand Down

0 comments on commit 92c55c1

Please sign in to comment.