Skip to content

xacobecm/atlas-resume

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

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resume Atlas

This Github Action allows you to resume 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: Resume
    uses: xacobecm/[email protected]
    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 resume a MongoDB Atlas Cluster

Resources

Stars

Watchers

Forks