Skip to content

xacobecm/atlas-pause

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pause Atlas

This Github Action allows you to pause a MongoDB Atlas Cluster. Makes use of AtlasCLI

How to use this Action

In order to use this action in your workflow, you just need to provide this four settings:

steps:
  - name: Pause
    uses: xacobecm/atlas-pause@master
    id: pause-atlas
    with:
      public_api_key: 'public'
      private_api_key: 'private'
      project_id: 'project'
      cluster_name: 'cluster'

It is recommended that you store this credentials in GitHub Secrets.

About

Github Action to pause a MongoDB Atlas Cluster

Resources

Stars

Watchers

Forks