Skip to content

Commit 46fc4e3

Browse files
committed
docs: add note for sync issue with private github repo
resolves #408
1 parent 91d5016 commit 46fc4e3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/content/1.docs/1.getting-started/3.deploy.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,13 @@ The GitHub Action provides the following outputs that you can use in subsequent
181181

182182
NuxtHub automatically copies all your project's environment variables to your GitHub repository actions environment variables.
183183

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.
185185

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:
187191

188192
```diff [.github/workflows/nuxthub.yml]
189193
- name: Build application

0 commit comments

Comments
 (0)