Agent skill

storing-credentials

Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.

Stars 1
Forks 2

Install this agent skill to your Project

npx add-skill https://github.com/adaptive-enforcement-lab/claude-skills/tree/main/plugins/secure/skills/storing-credentials

SKILL.md

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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results