Getting Started
Frequently Asked Questions
Common Questions
Can I use private GitHub Actions?
Yes! CodeCargo works with both public marketplace actions and your private organizational actions.
Can I use private or public GitHub repositories?
Yes! CodeCargo works with both public and private GitHub repositories.
What about secrets?
Secrets stay in GitHub. CodeCargo never stores your GitHub secrets. Workflows access secrets through GitHub's native secret management.
How do I control costs?
CodeCargo runs workflows on your existing GitHub Actions runners. You maintain full control over compute resources and costs.
Can I migrate from Jenkins/GitLab?
Yes! Our AI assistant can help convert pipelines from other CI/CD systems to GitHub Actions format.
How do I view logs for my Self-Service Workflow executions?
Self-Service Workflows ultimately execute a GitHub Actions Reusable Workflow. To view the run logs, you must navigate to the GitHub repository where the underlying workflow is defined and the logs are stored there.
