Skip to content

Commit e6a1af8

Browse files
committed
add synapse toekn as env var
1 parent c09bc42 commit e6a1af8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939
run: pipenv install --ignore-pipfile --dev --python ${{ matrix.python-version }}
4040

4141
- name: pytest
42+
env:
43+
SYNAPSE_AUTH_TOKEN: ${{ secrets.SYNAPSE_AUTH_TOKEN }}
4244
run: pipenv run pytest

0 commit comments

Comments
 (0)