I’m having trouble connecting to MongoDB in my workflow despite setting environment variables and secrets. Here’s my current configuration:
env:
MONGO_URI: ‘mongodb+srv://supercluster.d83jj.mongodb.net/superData’
MONGO_USERNAME: ${{ vars.MONGO_USERNAME }}
MONGO_PASSWORD: ${{ secrets.MONGO_PASSWORD }}…Error in logs is ReferenceError: super… is not defined
Is this one of the course’s labs or are you running the tests locally? And if this is the Github course – what does solar-system.yaml look like?