Skip to content

Add secrets in GitHub Actions secrets

Natalya Mastyaeva edited this page Dec 26, 2023 · 4 revisions

1. Create file .env in the root of the repository and add in .gitignore

2. Save variable values in .env file:

image

3. Create a variable in GitHub Actions secrets:

image

4. Add variables in file config.yml in section env:

image

5. Use the test:

image

Clone this wiki locally