We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13773e7 commit 3d9fca1Copy full SHA for 3d9fca1
.github/workflows/django.yml
@@ -70,5 +70,8 @@ jobs:
70
STRIPE_WEBHOOK_SECRET: ${{ secrets.STRIPE_WEBHOOK_SECRET }}
71
GOOGLE_OAUTH2_KEY: ${{ secrets.GOOGLE_OAUTH2_KEY }}
72
GOOGLE_OAUTH2_SECRET: ${{ secrets.GOOGLE_OAUTH2_SECRET }}
73
+ RABBITMQ_DEFAULT_USER: ${{ secrets.RABBITMQ_DEFAULT_USER }}
74
+ RABBITMQ_DEFAULT_PASS: ${{ secrets.RABBITMQ_DEFAULT_PASS }}
75
+ RABBITMQ_HOST: ${{ secrets.RABBITMQ_HOST }}
76
run: |
77
python manage.py test
0 commit comments