Skip to content

Commit 283fe20

Browse files
author
Vitor Pedro
committed
Revert "Fixing environment variables definition."
This reverts commit e9cd0d8.
1 parent 8c7993f commit 283fe20

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/Tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99

1010
env:
1111
PY_VERSION: 3.6
12+
YK_FACE_BASE_URL: ${{ secrets.YK_FACE_BASE_URL }}
13+
YK_FACE_X_API_KEY: ${{ secrets.YK_FACE_X_API_KEY }}
1214

1315
jobs:
1416
testing:
@@ -21,10 +23,6 @@ jobs:
2123
with:
2224
python-version: ${{ env.PY_VERSION }}
2325

24-
-name: Set environment variables
25-
run: |
26-
echo "YK_FACE_BASE_URL=${{ secrets.YK_FACE_BASE_URL }}" >> $GITHUB_ENV
27-
echo "YK_FACE_X_API_KEY=${{ secrets.YK_FACE_X_API_KEY }}" >> $GITHUB_ENV
2826
- name: Install dependencies
2927
run: |
3028
pip install -U pip wheel

0 commit comments

Comments
 (0)