GitHub Actions: Secrets and Environment Variables in your pipeline
CI/CD Pipelines often require variables and secret api keys. Let's see how to handle them in GitHub Actions
CI/CD Pipelines often require variables and secret api keys. Let's see how to handle them in GitHub Actions
A complete guide on creating, testing, publishing and debugging a custom GitHub Action in Typescript.
Run Actions manually from GitHub's UI, you can even pass parameters!
GitHub Actions can bring your project to life, for real!
There's no need to commit and push each time, you can run GitHub Actions locally with act!