You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `envkey_DEBUG`, `envkey_SOME_API_KEY` | These values can be whatever, and they will be added to the envfile as `DEBUG` and `SOME_API_KEY` . |
51
+
| `envkey_DEBUG`, `envkey_SOME_API_KEY` | These values can be whatever, and they will be added to the '.env' file as `DEBUG` and `SOME_API_KEY` . |
53
52
| `envkey_SECRET_KEY` | This one will use a secret stored in the repository's Github Secrets, and add it to the file as `SECRET_KEY` |
54
53
| `directory` (**Optional**) | This key will set the directory in which you want to create `env` file. **Important: cannot start with `/`. Action will fail if the specified directory doesn't exist.** |
55
-
| `file_name` (**Optional**) | Set the name of the output envfile. Defaults to `.env` |
54
+
| `file_name` (**Optional**) | Set the name of the output '.env' file. Defaults to `.env` |
56
55
57
-
Assuming that the Github Secret that was used is `password123`, the .env file
56
+
Assuming that the Github Secret that was used is `password123`, the '.env' file
58
57
that is created from the config above would contain:
0 commit comments