Skip to content

Commit 92c55c1

Browse files
author
Nyasha Zishiri
committed
jhb
1 parent 661a08f commit 92c55c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
pipenv install --dev
2222
pipenv run pytest
2323
env:
24-
SECRET_KEY: ${{ secrets.SECRET_KEY }}
25-
MONGO_URI: ${{ secrets.MONGO_URI }}
24+
SECRET_KEY: ${{ env.SECRET_KEY }}
25+
MONGO_URI: ${{ vars.MONGO_URI }}
2626
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
2727
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
2828
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

0 commit comments

Comments
 (0)