Set environment variables // GitHub Actions

Опубликовано: 04 Октябрь 2024
на канале: Kahan Data Solutions
33,944
190

Get my Modern Data Essentials training (for free) & start building more reliable data architectures
https://www.ModernDataCommunity.com

-----

In this video, we will walk through how to set environment variables within your GitHub Action Workflow.

GitHub sets default environment variables that are available to every step in a workflow run. Environment variables are case-sensitive. Commands run in actions or steps can create, read, and modify environment variables.

To set custom environment variables, you need to specify the variables in the workflow file. You can define environment variables for a step, job, or entire workflow.

Timestamps:
0:00 - Intro
0:06 - Set Custom Environment Variables
1:13 - Use Custom Environment Variables
3:33 - Use Default Environment Variables
4:42 - Closing

Title & Tags:
How to Use Environment Variables on GitHub Actions | GitHub Tutorial
#kahandatasolutions #dataengineering #github