diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 1fef734..90de3f4 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -55,7 +55,7 @@ jobs: - name: Create .env run: | cat << EOF > .env - MONGO_TOKEN=${{ secrets.YOUR_SECRET }} + MONGO_TOKEN=${{ secrets.MONGO_TOKEN }} EOF - name: Run tests run: poetry run pytest --doctest-modules --junitxml=junit/test-results.xml