Skip to content

Commit 1774f85

Browse files
author
Vitor Pedro
committed
And another try
1 parent b9127c2 commit 1774f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
2929
- name: Execute Tests
3030
env:
31-
YK_FACE_BASE_URL: ${{ secrets.YK_FACE_BASE_URL }}
32-
YK_FACE_X_API_KEY: ${{ secrets.YK_FACE_X_API_KEY }}
31+
YK_FACE_BASE_URL: '${{ secrets.YK_FACE_BASE_URL }}'
32+
YK_FACE_X_API_KEY: '${{ secrets.YK_FACE_X_API_KEY }}'
3333
run: pytest ./tests

0 commit comments

Comments
 (0)