Skip to content

Commit

Permalink
oops lol wrong secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-fawad committed Jul 26, 2024
1 parent e77f943 commit 97aec4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97aec4c

Please sign in to comment.