Skip to content

Digidai/mails-agent-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

mails-agent GitHub Action

Install and configure mails-agent in your GitHub Actions workflow. Give your CI/CD pipeline email capabilities for AI agents.

Usage

- uses: Digidai/mails-agent-action@v1
  with:
    api-key: ${{ secrets.MAILS_API_KEY }}

Inputs

Input Required Default Description
api-key Yes Your mails-agent API key (from mails claim)
version No latest Specific version to install

What it does

  1. Installs mails-agent globally via npm
  2. Configures your API key
  3. Runs mails doctor to verify the setup

After this action runs, you can use mails commands in subsequent steps:

- run: mails send --to user@example.com --subject "Build passed" --body "All tests green"
- run: mails inbox
- run: CODE=$(mails code --to agent@mails0.com --timeout 60)

Get an API key

npm install -g mails-agent
mails claim myagent

Or visit mails0.com to claim a free mailbox.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors