What problem does it solve?
Managing environment variables and secrets across GitHub Actions and deployment platforms like Railway can be a manual, error-prone process, leading to CI failures and deployment headaches. This Skill simplifies your DevOps hygiene.
Core Features & Use Cases
- GitHub Actions Variable/Secret Management: Easily set and audit variables and secrets directly from the command line, ensuring your CI/CD pipelines have the correct configurations.
- Railway Environment Sync: Synchronize environment variables from Railway to GitHub secrets, ensuring consistency across your development and deployment environments.
- CI Failure Diagnostics: Provides clear guidance when CI fails due to missing environment variables, helping you quickly identify and resolve issues.
- Use Case: Your CI pipeline is failing because a
CLERK_SECRET_KEY is missing. Use this Skill to quickly check if it's set in GitHub Actions, or sync it from your Railway project if it exists there.
Quick Start
Use the devops-dx skill to set the CLERK_TEST_JWKS_PATH GitHub Actions variable.