DEV Community

GitHub Actions

GitHub Actions helps you automate, customize, and execute your software development workflows right in your repository. You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customized workflow.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Certificate Unlocked! 🎓

Certificate Unlocked! 🎓

1
Comments
1 min read
Boost Your Git Workflow: Adding SSH Keys for Secure Repository Access

Boost Your Git Workflow: Adding SSH Keys for Secure Repository Access

Comments
3 min read
GitHub Actions Tutorial

GitHub Actions Tutorial

60
Comments 11
6 min read
How to Pass Information Between Jobs in GitHub Actions

How to Pass Information Between Jobs in GitHub Actions

13
Comments
4 min read
How to Use Secrets in GitHub Actions Workflows

How to Use Secrets in GitHub Actions Workflows

13
Comments 1
4 min read
Using GitHub Actions Like a Pro: Reusable Workflows

Using GitHub Actions Like a Pro: Reusable Workflows

17
Comments
3 min read
How to Schedule Workflows in GitHub Actions

How to Schedule Workflows in GitHub Actions

12
Comments
3 min read
6 GitHub Actions Every DevOps Team Needs

6 GitHub Actions Every DevOps Team Needs

22
Comments
4 min read
Reflecting on My Journey at HNG11 Internship!

Reflecting on My Journey at HNG11 Internship!

1
Comments
1 min read
Ensuring Effective Helm Charts with Linting, Testing, and Diff Checks 🚀

Ensuring Effective Helm Charts with Linting, Testing, and Diff Checks 🚀

3
Comments
4 min read
Angular, Typescript, and CD to GitHub Pages (2024)

Angular, Typescript, and CD to GitHub Pages (2024)

Comments
5 min read
GitHub Actions Tutorial — Basic Concepts

GitHub Actions Tutorial — Basic Concepts

Comments
4 min read
Managed, self-hosted Arm runners for GitHub Actions using AWS Graviton Processors

Managed, self-hosted Arm runners for GitHub Actions using AWS Graviton Processors

3
Comments
9 min read
Environments in GitHub (with example of deploying a Next.js app to Vercel)

Environments in GitHub (with example of deploying a Next.js app to Vercel)

1
Comments
4 min read
Git Merge and Git Rebase

Git Merge and Git Rebase

8
Comments 1
3 min read
GitHub Action security hardening with OpenID (OIDC) Connect - "Password-Less"

GitHub Action security hardening with OpenID (OIDC) Connect - "Password-Less"

3
Comments
2 min read
Git fetch and Git pull

Git fetch and Git pull

Comments
2 min read
Automated deployment slots in Azure with GitHub Actions: Testing pull requests in live environments

Automated deployment slots in Azure with GitHub Actions: Testing pull requests in live environments

7
Comments
5 min read
Create Multiple GitHub Actions in a Single Repository

Create Multiple GitHub Actions in a Single Repository

8
Comments
2 min read
How I automated the booking of CrossFit (or any other group activity) at my gym using Playwright

How I automated the booking of CrossFit (or any other group activity) at my gym using Playwright

1
Comments
3 min read
How I cut the deployment time of an Astro (Node.js) site on Azure from 1 hour to ~3 mins

How I cut the deployment time of an Astro (Node.js) site on Azure from 1 hour to ~3 mins

1
Comments
4 min read
How to Enable the `Allow GitHub Actions to create and approve pull requests` Option When It's Grayed Out

How to Enable the `Allow GitHub Actions to create and approve pull requests` Option When It's Grayed Out

1
Comments
1 min read
Introducing a Custom GitHub Action for Command Retry with Output Capture

Introducing a Custom GitHub Action for Command Retry with Output Capture

Comments
2 min read
Automating unit tests with xUnit on GitHub Actions

Automating unit tests with xUnit on GitHub Actions

2
Comments
2 min read
Step-by-Step Guide to Deploying a Project to Vercel using GitHub Actions for Free

Step-by-Step Guide to Deploying a Project to Vercel using GitHub Actions for Free

14
Comments
4 min read
Zero Downtime Deployment with Docker Compose in an OCI VPS using GitHub Actions

Zero Downtime Deployment with Docker Compose in an OCI VPS using GitHub Actions

1
Comments 1
2 min read
Build Docker Image [Ubuntu 20] Using Packer and Push to GitLab Registry with GitHub Actions

Build Docker Image [Ubuntu 20] Using Packer and Push to GitLab Registry with GitHub Actions

1
Comments
3 min read
Publishing a Private Package on GitHub Packages

Publishing a Private Package on GitHub Packages

16
Comments 8
3 min read
Ansible with GitHub Actions

Ansible with GitHub Actions

3
Comments
9 min read
Initialize Git for a Private Repository

Initialize Git for a Private Repository

5
Comments
3 min read
Ephemeral self-hosted GitHub actions runners

Ephemeral self-hosted GitHub actions runners

Comments
3 min read
Deploying a web app with CI/CD pipeline on Azure App Service.

Deploying a web app with CI/CD pipeline on Azure App Service.

1
Comments
4 min read
AWS workshop #1: Deploy static website to S3 using Github Action

AWS workshop #1: Deploy static website to S3 using Github Action

Comments
1 min read
Step-by-Step Guide to Deploy React Website to GitHub Pages Using GitHub Actions

Step-by-Step Guide to Deploy React Website to GitHub Pages Using GitHub Actions

9
Comments 8
3 min read
Github actions: Deploy on vercel using CI/CD

Github actions: Deploy on vercel using CI/CD

3
Comments
5 min read
Accelerating CI Pipelines with Docker Buildx and BuildKit Caching

Accelerating CI Pipelines with Docker Buildx and BuildKit Caching

9
Comments
5 min read
Update README with Latest Articles Using GitHub Actions and Deno 2

Update README with Latest Articles Using GitHub Actions and Deno 2

6
Comments 1
5 min read
Comprehensive Guide to Integrating SonarCloud with GitHub Projects

Comprehensive Guide to Integrating SonarCloud with GitHub Projects

Comments
4 min read
End-to-End Deployment and Monitoring of EKS and Flask Apps with Terraform, GitHub Actions, Helm, Prometheus and Grafana

End-to-End Deployment and Monitoring of EKS and Flask Apps with Terraform, GitHub Actions, Helm, Prometheus and Grafana

3
Comments
27 min read
My Path to Mastery: Overcoming Challenges, Celebrating Wins, and Growing as a DevOps Engineer

My Path to Mastery: Overcoming Challenges, Celebrating Wins, and Growing as a DevOps Engineer

2
Comments 1
6 min read
Automating npm package release with CI/CD

Automating npm package release with CI/CD

Comments
4 min read
Github Actions - The most popular CICD Tool : Day 42 of 50 days DevOps Tools Series

Github Actions - The most popular CICD Tool : Day 42 of 50 days DevOps Tools Series

3
Comments
7 min read
DIY: Enhance Code Reviews with Visual Testing

DIY: Enhance Code Reviews with Visual Testing

5
Comments
7 min read
Como publicar um package npm de forma privada utilizando Github Packages

Como publicar um package npm de forma privada utilizando Github Packages

15
Comments 1
3 min read
Build your first CI/CD pipeline

Build your first CI/CD pipeline

42
Comments 4
3 min read
Git Keywords

Git Keywords

2
Comments
1 min read
Deploying a Node.js project to Netlify

Deploying a Node.js project to Netlify

5
Comments
3 min read
CI/CD pipeline using GitHub Actions

CI/CD pipeline using GitHub Actions

2
Comments
3 min read
Automate e2e tests in GitHub actions

Automate e2e tests in GitHub actions

1
Comments
2 min read
Automate Build, Test & Deploy Processes with GitHub Actions

Automate Build, Test & Deploy Processes with GitHub Actions

5
Comments
5 min read
Basic Docker Commands 2024

Basic Docker Commands 2024

1
Comments
3 min read
Git Merge vs Git Rebase

Git Merge vs Git Rebase

1
Comments
2 min read
"Streamlined DevOps: Node.js CI/CD Pipeline with GitHub Actions"

"Streamlined DevOps: Node.js CI/CD Pipeline with GitHub Actions"

6
Comments
3 min read
GitHub Actions for Beginners: Essential Concepts and First Steps

GitHub Actions for Beginners: Essential Concepts and First Steps

Comments
4 min read
Upload Docker Images to GitHub: A Simple Guide with GitHub Actions

Upload Docker Images to GitHub: A Simple Guide with GitHub Actions

1
Comments
2 min read
Complete CI/CD Pipeline for Static Websites with AWS S3, Cloudflare CDN, and Cache Purging

Complete CI/CD Pipeline for Static Websites with AWS S3, Cloudflare CDN, and Cache Purging

Comments
4 min read
🚀 Automating Image Vulnerability Patching in Kubernetes with Trivy Operator, Copacetic, and GitHub Actions

🚀 Automating Image Vulnerability Patching in Kubernetes with Trivy Operator, Copacetic, and GitHub Actions

6
Comments 1
5 min read
Spring cleanup: Outdated Git tags

Spring cleanup: Outdated Git tags

Comments
5 min read
Create Test Coverage Visualizer and Deploy to AWS S3 with Cloud development Kit (CDK) and GitHub Actions

Create Test Coverage Visualizer and Deploy to AWS S3 with Cloud development Kit (CDK) and GitHub Actions

4
Comments
8 min read
Effortless Automation: Configuring CI/CD for NPM Library Publishing with GitHub Actions

Effortless Automation: Configuring CI/CD for NPM Library Publishing with GitHub Actions

4
Comments
9 min read
loading...