Skip to content

Commit e8b2357

Browse files
authored
added API key to environment
1 parent 5237abf commit e8b2357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
python-version: '3.7.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
1919
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
2020
- name: continous integration
21+
env:
22+
ALGORITHMIA_API_KEY: ${{ secrets.PROD_API_KEY }}
2123
run : |
2224
pip install -r requirements.txt
2325
python run_tests.py

0 commit comments

Comments
 (0)