deepgram-ci-integration

Installation
SKILL.md

Deepgram CI Integration

Overview

Set up CI/CD pipelines for Deepgram integrations with GitHub Actions. Includes unit tests with mocked SDK, integration tests against the real API, smoke tests, automated key rotation, and deployment gates.

Prerequisites

  • GitHub repository with Actions enabled
  • DEEPGRAM_API_KEY stored as repository secret
  • @deepgram/sdk and vitest installed
  • Test fixtures committed (or downloaded in CI)

Instructions

Step 1: GitHub Actions Workflow

# .github/workflows/deepgram-ci.yml
name: Deepgram CI
Installs
21
GitHub Stars
2.7K
First Seen
Feb 18, 2026
deepgram-ci-integration — jeremylongshore/tons-of-skills-marketplace