8:12
Secrets and Environment Variables in your GitHub Action
Need to deploy from a GitHub Action? Or something as simple as sending a Slack message when the pipeline has ended?
3:47
How to Completely Remove .env/secrets File from Github Repository When Pushed By Mistake
How to Completely Remove .env / Secrets File from GitHub Repository (After Pushing by Mistake) Did you accidentally push your ...
11:51
3.4 Hiding API Keys with Environment Variables (dotenv) and Pushing Code to GitHub
In this lesson, we will address how to can hide an API key using environment variables and open source the code on GitHub.
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 ...
4:30
How to Completely Remove .env/secrets File from Github Repository When Pushed By Mistake
env file is for storing sensitive information as environment variables. Used for security and easy configuration. Should be kept ...
0:42
How to use a .env file to load environment variables in a dev container
Loading environment variables using a .env file when working with Remote - Containers or GitHub Codespaces. Check out the ...
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 ...
12:25
GitHub Actions - Getting Started With Environments
In GitHub Actions, you can configure environments (such as DEV, STAGING, PROD) with protection rules and secrets. A workflow ...
10:18
Load Environment Variables From .env Files in Python
Today we go a little bit deeper into the Python dotenv module, which allows us to load environment variables from .env files.
11:16
I'm never using .env files ever again
Direnv Changes HOW YOU WORK! Funny how some projects are available for so long but it takes time to discover them and for ...
4:53
Set environment variables // GitHub Actions
Join Modern Data Builders to get more resources & support: https://www.skool.com/modern-data-builders/about ----- In this video, ...
7:14
Learning Git - How to use the gitignore file
In this video I explain what the gitignore file is and the basics on how to create and use the gitignore file. Join our Discord ...
8:04
How to use GitHub Actions | GitHub for Beginners
Welcome back to GitHub for Beginners! In this episode, Kedasha and Glenda teach you everything you need to know to get ...
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 ...
1:36
GitHub Changelog: Manage and deploy environments with GitHub Actions
GitHub Actions just keeps getting better! Now you can create an environment that will be deployed on an Action Workflow.
8:06
"Avoid THIS Bad Practise In Python": An Introduction to .env Files
Hardcoding your keys / sensitive information in your scripts is a strong red flag when it comes to coding. Let me show you a better ...
5:14
GitHub guide: a basic beginner guide on how to use GitHub, env files and more | lablab.ai
Contact us if you have any questions! Join our community of creators, builders and innovators Shaping the future with AI!
21:17
Removing a .env File from Github with BFG Repo-Cleaner
BFG Repo Cleaner Site: https://rtyley.github.io/bfg-repo-cleaner/ Commands used: wget ...
1:45
R : Using GitHub Actions to create a .env file in the workflow
R : Using GitHub Actions to create a .env file in the workflow To Access My Live Chat Page, On Google, Search for "hows tech ...
11:28
Getting Started with GitHub Environments
In this video you will learn more about GitHub Environments that allow your to control and use deployment target from your ...