Skip to content

Commit e77f943

Browse files
committed
PLZZZZZZZZZZZZZZZZZZ
1 parent 51bfdcc commit e77f943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
pip install pytest
5555
- name: Create .env
5656
run: |
57-
touch .env
58-
echo MONGO_TOKEN=${{ secrets.MONGO_TOKEN }} >> .env
59-
cat .env
57+
cat << EOF > .env
58+
MONGO_TOKEN=${{ secrets.YOUR_SECRET }}
59+
EOF
6060
- name: Run tests
6161
run: poetry run pytest --doctest-modules --junitxml=junit/test-results.xml
6262
lint:

0 commit comments

Comments
 (0)