13:43
GitHub Actions: Approvals, Environments and Visualization DEEP DIVE
GitHub Actions finally have Approvals, Environments, and Visualization! In this video we will explore those features and we will ...
8:28
Multi-stage deployments with GitHub Actions
Learn more about multi-stage deployments. We'll show a deployment #workflow that builds, then deploys to staging with ...
6:13
CI/CD Tutorial using GitHub Actions - Automated Testing & Automated Deployments
STARTER PROJECT SOURCE CODE: https://github.com/IAmTomShaw/github-actions-demo-project Want to automate your ...
8:18
How GitHub Actions 10x my productivity
Learn how to use GitHub actions continuous integration and delivery in a software development project. In this quick tutorial, we ...
15:20
5 ways to automate everyday workflows with GitHub Actions
GitHub Actions has revolutionized the way developers automate workflows, streamline processes, and supercharge their ...
15:51
In this video, I'll show you how to configure environments in GitHub Actions and set up deployment protection rules to control and ...
6:12
GitHub Actions Environments — Staging, Approval Gates and Production
GitHub Environments, required reviewers, wait timers, and deployment protection rules — the gatekeeper pattern that separates ...
1:15
Github Actions Certification - Create Environment for Workflow approvals
... the environment for workflow approvals so I have this nodejs repository we'll go to settings over here you'll see environments so ...
1:13:56
Get GitHub Actions Approvals with Private Repos and IssueOps | Build LIVE with Me
I'm going to show you how you can have deployment approvals in GitHub Actions even on Private Repositories WITHOUT GitHub ...
12:21
Github Actions CI/CD - Everything you need to know to get started
I finally made a Github Actions tutorial! In this video, I go over everything you need to know to get started with Github actions.
10:35
How to Include and Exclude Matrix configuration in GitHub Actions workflow | GitHub Actions Tutorial
In this Video we are going to cover How to Include and Exclude Matrix configuration in GitHub Actions workflow | GitHub Actions ...
9:49
GitHub Actions or GitLab? Here's What You Need to Know
GitHub Actions vs GitLab CI/CD is not just a YAML comparison — it is a choice about runners, reusable workflows, deployment ...
8:44
GitHub Actions Reusable Workflows FULL TUTORIAL with Examples: Templates on Steroids
No more duplication! You can now reuse entire GitHub Actions workflows as if they were a single action. Instead of copying and ...
15:12
Introduction to GitHub Actions - Part 6 - Repository Rulesets
In Part 5, we have a workflow that does a build and test on a pull request. But what if I want that workflow to have to pass before I ...
16:00
🚀 GitHub Actions Manual Dispatch | Trigger Workflows on Demand - 06
GitHub Actions Manual Dispatch | Trigger Workflows on Demand Want to trigger your GitHub Actions workflows manually?
36:22
GitHub Actions: Open Source Workflow Automation by Bas Peters
In this talk Bas Peters will give an overview and demo of GitHub Actions. GitHub Actions are a new way to automate your ...
8:32
Secrets & Environment Variables in GitHub Actions | Secure DevOps Tutorial
Learn how to securely use Secrets and Environment Variables in GitHub Actions! In this tutorial, we cover the difference between ...
6:24
Gitops workflow with isolated production approval gate
This is a practical "Gitlab" version of what I have raised before in https://dabase.com/blog/2022/path-to-production/ 00:00 CICD ...
0:56
GitHub Copilot Actions Auto-Approval: The Security Tradeoff Explained
GitHub Copilot Actions Auto-Approval: The Security Tradeoff Explained GitHub Copilot's coding agent now lets you skip workflow ...
1:52
GitHub Branch Protection Rules have been able to add quality gates to your development workflow, but only on a ...