Production-ready deployment workflow examples with OIDC authentication, environment protection, approval gates, and rollback patterns.
Generates production-ready deployment workflows with OIDC authentication, approval gates, and automated rollback patterns.
/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.
reference.mdscripts/example-1.yamlCopy-paste ready deployment workflow templates with comprehensive security hardening. Each example demonstrates OIDC authentication, environment protection, approval gates, zero-downtime deployments, and automated rollback patterns.
Complete Security Patterns
These workflows integrate all security patterns from the hub: OIDC federation (no stored secrets), environment protection with approval gates, SHA-pinned actions, minimal GITHUB_TOKEN permissions, deployment verification, and automated rollback. Use as production templates for secure deployments.
See the full implementation guide in the source documentation.
Every deployment workflow in this guide implements these controls:
id-token: write for OIDC, contents: read by defaultSee reference.md for complete documentation.