Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 592 Bytes

how_to_create_envfile_as_github_secret.md

File metadata and controls

11 lines (6 loc) · 592 Bytes

How to create envfile as Github secret

Copy contents of .env file to a Github Action secret named envfile

You have adjusted the sample.env according to your needs and pre-requisites. Select all and copy the content to the clipboard.

envfile content

In your forked Github repo create a new repository secret using Settings > Secrets > Actions > New repository secret named envfile and paste the contents from the clipboard into the Value field.

envfile content in gha