# Adaptive Enforcement Lab Claude Skills Storing Credentials

> Storing Credentials

- Skill: `tomevault-io/adaptive-enforcement-lab-claude-skills-storing-credentials` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/adaptive-enforcement-lab-claude-skills-storing-credentials`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/adaptive-enforcement-lab-claude-skills-storing-credentials/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/adaptive-enforcement-lab-claude-skills-storing-credentials

---


# 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](https://adaptive-enforcement-lab.com/secure/github-apps/).


## Examples

See [examples.md](examples.md) for code examples.
## References

- [Source Documentation](https://adaptive-enforcement-lab.com/secure/github-apps/)
- [AEL Secure](https://adaptive-enforcement-lab.com/secure/)

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/adaptive-enforcement-lab) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

