Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
database

GitHub Action

Setup RabbitMQ with username and password

v1.1

Setup RabbitMQ with username and password

database

Setup RabbitMQ with username and password

Setup RabbitMQ

Installation

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

              

- name: Setup RabbitMQ with username and password

uses: getong/rabbitmq-action@v1.1

Learn more about this action in getong/rabbitmq-action

Choose a version

RabbitMQ GitHub Action

This GitHub Action sets up RabbitMQ database.

Inspired by https://github.com/Harmon758/postgresql-action, @Harmon758 Thanks!

Usage

See action.yml

Basic:

steps:
- uses: getong/rabbitmq-action@v1.1
  with:
    rabbitmq version: '3.8.2-management-alpine'
    host port: 5672
    rabbitmq user: 'user'
    rabbitmq password: 'noBahC3e'

License

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