Skip to content
database

GitHub Action

Setup mongodb with password

v1.1 Latest version

Setup mongodb with password

database

Setup mongodb with password

Setup mongodb with password

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup mongodb with password

uses: getong/mongo-action@v1.1

Learn more about this action in getong/mongo-action

Choose a version

MongoDB GitHub Action with password

This GitHub Action sets up MongoDB

Usage

See action.yml

Basic:

steps:
- uses: getong/mongo-action@v1.1
  with:
    mongo version: '4.2-bionic'
    host port: 27017
    mongo username: 'root'
    mongo password: 'Yaeph0Ai'

License

The scripts and documentation in this project are released under the Apache License