github-actionsHow to use GitHub Personal Access Tokens SecurelyA practical guide to creating, managing and securing GitHub Personal Access Tokens based on real-world experienceErick Sorensen•January 28, 2025
github-actionsGitHub Actions Outputs - Passing Data Between JobsIn this post, we are going to explore how to share data across different workflow stages using job outputs-with examples and best practices to help you make your pipelines even more dynamic and efficient using GitHub Actions.Erick Sorensen•January 10, 2025
github-actionsGitHub Actions vs Jenkins - Which CI Tool is Best for Your Workflow?A practical comparison of GitHub Actions and Jenkins based on real-world experience, helping you choose the right CI tool for your needsErick Sorensen•January 8, 2025
github-actionsControlling Job Execution with Conditions in GitHub ActionsIn this blog post, we’ll explore how to effectively use conditions to control job execution, along with examples that demonstrate common scenarios.Erick Sorensen•October 4, 2024
github-actionsHow to Use ENV variables in GitHub ActionsLearn wanted to share a quick overview of how we can efficiently store and utilize variables in our GitHub Actions workflowsErick Sorensen•October 1, 2024
github-actionsUnderstanding Reusable Workflows in GitHub ActionsThis guide explains how to avoid duplication in GitHub Actions workflows by reusing existing workflows. Reusable workflows allow for simplified maintenance and faster creation of new workflows by building on previous work.Erick Sorensen•October 1, 2024
github-actionsHow to Optimize Docker Builds with Cache Management in GitHub ActionsLearn how to optimize Docker builds with GitHub Actions by using various caching strategies like inline, registry, and GitHub Cache API. Speed up your CI/CD pipelines with practical examples and tips.Erick Sorensen•September 30, 2024
github-actionsGitHub Actions That Must Be Used for Any ProjectExplore the GitHub Actions that should be in every project. This guide covers workflows that enhance automation, CI/CD, and team collaboration.Erick Sorensen•September 27, 2024