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
Copy file name to clipboardexpand all lines: docs/content/1.docs/1.getting-started/3.deploy.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -181,9 +181,13 @@ The GitHub Action provides the following outputs that you can use in subsequent
181
181
182
182
NuxtHub automatically copies all your project's environment variables to your GitHub repository actions environment variables.
183
183
184
-
When encrypting an environment variable in the NuxtHub Admin, a GitHub actions secret will be created in your repository
184
+
When encrypting an environment variable in the NuxtHub Admin, a GitHub actions secret will be created in your repository.
185
185
186
-
In order to use the GitHub Actions secret, you need to update the GitHub Actions workflow to use the secret as environment variable:
186
+
::warning
187
+
If you have a private repository on a free GitHub account or organization, NuxtHub won't be able to sync the env variables & secrets as GitHub repository environments (production / preview) are not available.
188
+
::
189
+
190
+
In order to use GitHub Actions secret, you need to update the GitHub Actions workflow to use the secret as environment variable:
0 commit comments