Jump to content

Udemy The Complete GitHub Actions Workflows Guide (2023) UPDATE


Recommended Posts


359020115_tuto.jpg


Download Free Download : Udemy The Complete GitHub Actions Workflows Guide 2023 UPDATE
mp4 | Video: h264,1920X1080 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:8.06 GB


Files Included :

001 Before Starting the Course.mp4 (11.51 MB)
MP4
002 Introduction to GitHub Actions & Workflows.mp4 (54.75 MB)
MP4
003 Introduction to the YAML Format.mp4 (79.54 MB)
MP4
004 Let's Create Our First Workflow.mp4 (70.07 MB)
MP4
005 Parallel & Dependent Jobs.mp4 (48.71 MB)
MP4
006 An Overview to Managing Our Workflow Runs through the Web UI & the GitHub CLI.mp4 (52.06 MB)
MP4
007 Debugging Our Workflow Runs.mp4 (78.76 MB)
MP4
008 Skipping Workflow Runs.mp4 (7.06 MB)
MP4
009 Introduction to Workflow Commands.mp4 (126.21 MB)
MP4
011 Shells & Working Directories.mp4 (62.21 MB)
MP4
012 Downloading Our Repository into the Runner Machine.mp4 (50.39 MB)
MP4
013 Introduction to Actions.mp4 (102.14 MB)
MP4
014 The Checkout Action.mp4 (59.07 MB)
MP4
001 Repository Events (ex Push, Pull Request, Issues).mp4 (133.41 MB)
MP4
002 Events Activity Types.mp4 (31.35 MB)
MP4
003 Workflow Run Approval from Fork Pull Requests.mp4 (38.88 MB)
MP4
004 Using the Pull Request Target Event.mp4 (83.7 MB)
MP4
005 Running a Workflow Based on Another Workflow.mp4 (15.98 MB)
MP4
006 Filtering Our Workflow Runs by Branches, Tags and Paths.mp4 (44.8 MB)
MP4
007 Manually Triggering a Workflow from the GitHub Web UI, CLI and the REST API.mp4 (157.89 MB)
MP4
008 Using the Repository Dispatch Event for External Events.mp4 (97.98 MB)
MP4
009 Running Workflows on a Schedule.mp4 (79.91 MB)
MP4
001 Expressions & Contexts.mp4 (158.09 MB)
MP4
002 The If Key & Expression Functions.mp4 (156.38 MB)
MP4
003 Status Check Functions.mp4 (90.93 MB)
MP4
004 Default & Custom Environment Variables.mp4 (63.16 MB)
MP4
005 Setting Environment Variables During the Execution of a Workflow.mp4 (98.23 MB)
MP4
006 Configuration Variables & Secrets.mp4 (59.02 MB)
MP4
007 Encrypting & Decrypting Large Files in a Workflow.mp4 (106.43 MB)
MP4
008 The GITHUB TOKEN Secret & Customizing its Permissions.mp4 (48.97 MB)
MP4
001 Timeout Minutes & Continue on Error.mp4 (70.71 MB)
MP4
002 Running a Job Multiple Times Using a Matrix.mp4 (40.61 MB)
MP4
003 Including & Excluding Matrix Configurations.mp4 (58.67 MB)
MP4
004 Handling Failing Jobs in a Matrix.mp4 (43.02 MB)
MP4
005 Step and Job Outputs & Dynamic Matrices.mp4 (189.28 MB)
MP4
006 Running a Single Job or Workflow at a Time Using Concurrency.mp4 (120.09 MB)
MP4
007 Reusable Workflows.mp4 (108.14 MB)
MP4
008 Reusable Workflow Outputs.mp4 (46.45 MB)
MP4
009 Nesting Reusable Workflows.mp4 (49.3 MB)
MP4
010 Caching Files in Github Actions.mp4 (119.71 MB)
MP4
011 Updating Cache Keys Dynamically & Adding Restore Keys.mp4 (102.69 MB)
MP4
012 Cache Limits & Restrictions.mp4 (86.97 MB)
MP4
013 Uploading & Downloading Job Artifacts.mp4 (88.07 MB)
MP4
001 Running Jobs in Docker Containers.mp4 (73.17 MB)
MP4
002 Using Docker Containers in Steps.mp4 (51.09 MB)
MP4
003 Exploring Shared Networks & Volumes Between Multiple Containers.mp4 (123 MB)
MP4
004 Creating a Custom Docker Entrypoint Script.mp4 (17.59 MB)
MP4
005 Sending a Slack Message Using a Docker Container.mp4 (55.94 MB)
MP4
006 An Overview to a Simple NodeJS Application.mp4 (84.64 MB)
MP4
007 Using Service Containers in GitHub Actions.mp4 (111.72 MB)
MP4
008 Publishing Docker Images Using GitHub Actions.mp4 (162.23 MB)
MP4
001 Actions Overview.mp4 (27.25 MB)
MP4
002 Creating a Simple JavaScript Action.mp4 (152.12 MB)
MP4
003 Compiling The Action's JavaScript Code into One File.mp4 (99.88 MB)
MP4
004 Creating a Simple Docker Action.mp4 (114.95 MB)
MP4
005 Bundling Steps into an Action with Composite Actions.mp4 (86.78 MB)
MP4
006 Writing a Docker Action for Sending a Slack Message Using PHP (Part 1).mp4 (96.52 MB)
MP4
007 Writing a Docker Action for Sending a Slack Message Using PHP (Part 2).mp4 (165.73 MB)
MP4
008 Using an Official GitHub Template for Writing JavaScript Actions.mp4 (87.23 MB)
MP4
009 Creating a JavaScript Action for Opening Github Issues.mp4 (162.76 MB)
MP4
010 Creating Releases & Publishing Our Action to the Marketplace.mp4 (104.7 MB)
MP4
011 Automating Release Management For Our Action.mp4 (82.6 MB)
MP4
001 Introduction the Application that We are Going to Automate.mp4 (99.63 MB)
MP4
002 Let's Discuss Our Workflow Plan.mp4 (43.49 MB)
MP4
003 Using Flagsmith to Add Feature Flags to Our Project.mp4 (129.08 MB)
MP4
004 Deploying Our App to AWS Elastic Beanstalk.mp4 (128.63 MB)
MP4
005 Configuring Repository Protection Rules & Environments.mp4 (143.93 MB)
MP4
006 Creating a Workflow to Test Our App.mp4 (154.86 MB)
MP4
007 Fixing and Running Our Test Workflow & CodeQL on Pull Request.mp4 (212.98 MB)
MP4
008 Caching Playwright Browsers to Make Our Workflow Faster.mp4 (95 MB)
MP4
009 Creating a Workflow to Deploy to AWS Elastic Beanstalk (Part 1).mp4 (121.07 MB)
MP4
010 Creating a Workflow to Deploy to AWS Elastic Beanstalk (Part 2).mp4 (248.08 MB)
MP4
011 Testing Our Deploy Workflow.mp4 (123.29 MB)
MP4
012 Adding Changesets to Handle our App's Versioning.mp4 (127.54 MB)
MP4
013 Creating a Version Pull Request on Pushing Changeset Files.mp4 (67 MB)
MP4
014 Testing & Deploying to Staging & Production when Merging Version Pull Requests.mp4 (211.81 MB)
MP4
016 Deploying Pull Request Branches to Isolated AWS Environments (Part 1).mp4 (154.69 MB)
MP4
017 Deploying Pull Request Branches to Isolated AWS Environments (Part 2).mp4 (200.23 MB)
MP4
018 Terminating Pull Request AWS Environments.mp4 (205.64 MB)
MP4
019 Detecting Errors Before Committing Our Code Using Git Hooks.mp4 (53.69 MB)
MP4
021 Using OIDC for AWS Authorization Instead of Storing Secrets.mp4 (278.15 MB)
MP4
022 Customizing the OIDC JWT Token Subject for More Granularity.mp4 (199.44 MB)
MP4

GyKUztxU_t.jpg

363506399_rg.png

https://rapidgator.net/file/5b5d1130c77efa32debcdc8d4becffe3/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z01
https://rapidgator.net/file/ee6f9719a194a9135c304fb90365b142/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z02
https://rapidgator.net/file/8e85438e22be70755ca7a1823a467448/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z03
https://rapidgator.net/file/ed4325eab9ea5c7d1eb0403b198ba78a/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z04
https://rapidgator.net/file/4046393787e1962a7df7b4b0789d3032/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z05
https://rapidgator.net/file/842232e391ca7a5804120c6ff13ce4c0/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z06
https://rapidgator.net/file/a47da6cfc32f0317650b22fbf745d046/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z07
https://rapidgator.net/file/bf4c43b25c32aef4247fbe48fdef46d7/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.zip

364146951_nitroflare.jpg

https://nitroflare.com/view/1A56225E4C170F4/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z01
https://nitroflare.com/view/930D4993C5BB579/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z02
https://nitroflare.com/view/6F42E68C4B12960/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z03
https://nitroflare.com/view/845EE7356E63E82/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z04
https://nitroflare.com/view/6C50259D5C62F03/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z05
https://nitroflare.com/view/4CFFF1A856CB90C/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z06
https://nitroflare.com/view/7C2EB9D87EE3C9E/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z07
https://nitroflare.com/view/4DE8D4B1164A97F/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.zip

374887060_banner_240-32.png

https://ddownload.com/wb674njdvwli/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z01
https://ddownload.com/0hw1f7a13mqm/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z02
https://ddownload.com/xy3s56l9lf0u/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z03
https://ddownload.com/sfsb4optp3zr/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z04
https://ddownload.com/667532taieev/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z05
https://ddownload.com/mdg6opf1v4xa/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z06
https://ddownload.com/l87dkwsx3mih/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.z07
https://ddownload.com/aa5iuh8ik0sy/Udemy_The_Complete_GitHub_Actions_Workflows_Guide_2023_UPDATE.zip


Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...