Skip to content

Commit

Permalink
re-set --auth
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 7, 2023
1 parent 8287dd2 commit 60694c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo docker run --rm --detach --name mongodb --publish 27017:27017 \
--env MONGO_INITDB_ROOT_USERNAME=root --env MONGO_INITDB_ROOT_PASSWORD=password \
--env MONGO_INITDB_DATABASE=test \
mongo:latest
mongo:latest --auth
# uses: DigiPie/[email protected]
# with:
Expand Down

0 comments on commit 60694c2

Please sign in to comment.