Adaptive Enforcement Lab Claude Skills Storing Credentials

Storing Credentials

tomevault-io Updated

File contents

Storing Credentials

When to Use This Skill

Comprehensive guide to securely storing GitHub App credentials across different environments and platforms.

Storage Environment Decision

  • GitHub Actions - Native GitHub Secrets (recommended for GitHub-hosted workflows)
  • External CI - Platform-specific secret management (Jenkins, GitLab CI, CircleCI)
  • Kubernetes - External Secrets Operator or Sealed Secrets
  • Local Development - Environment variables or encrypted vaults (never in code)

Implementation

See the full implementation guide in the source documentation.

Examples

See examples.md for code examples.

References


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/adaptive-enforcement-lab--claude-skills--storing-credentials commit 0f438f7f86

Frequently asked questions

npx skillmds@latest add tomevault-io/adaptive-enforcement-lab-claude-skills-storing-credentials