This Github Action allows you to resume a MongoDB Atlas Cluster. Makes use of AtlasCLI
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.