diff --git a/.github/workflows/create-user-mongo-db.yml b/.github/workflows/create-user-mongo-db.yml new file mode 100644 index 0000000..0d48e3a --- /dev/null +++ b/.github/workflows/create-user-mongo-db.yml @@ -0,0 +1,10 @@ +name: Create User Mongo DB +on: + push: + branches: + - feat/atlas-mongo-db-gh-action + workflow_dispatch: + inputs: + email: + description: where to send the email + required: true