Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.
Securely stores GitHub App credentials across environments. Use when configuring GitHub Actions, external CI systems, Kubernetes, or local development with proper secret management.
/plugin marketplace add adaptive-enforcement-lab/claude-skills/plugin install secure@ael-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
examples.mdscripts/example-1.mermaidscripts/example-2.yamlscripts/example-3.yamlscripts/example-4.yamlscripts/example-5.yamlComprehensive 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)
See the full implementation guide in the source documentation.
See examples.md for code examples.