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` . |
54
+
| `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` . |
55
55
| `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` |
56
-
| `directory` (**Optional**) | This key will set the directory in which you want to create `env` file. (Action will fail if the specified directory doesn't exist.) |
57
-
| `file_name` (**Optional**) | Set the name of the output envfile. Defaults to `.env` |
56
+
| `directory` (**Optional**) | This key will set the directory in which you want to create `.env` file. (Action will fail if the specified directory doesn't exist.) |
57
+
| `file_name` (**Optional**) | Set the name of the output '.env'file. Defaults to `.env` |
58
58
59
-
Assuming that the Github Secret that was used is `password123`, the .env file
59
+
Assuming that the Github Secret that was used is `password123`, the '.env' file
60
60
that is created from the config above would contain:
0 commit comments