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
NuxtHub automatically copies all your project's environment variables to your GitHub repository actions environment variables. When encrypting an environment variable in the NuxtHub Admin, a GitHub actions secret will be created in your repository.
It looks like the variables and secrets are not being copied from NuxtHub Admin to the github repository.
Steps to reproduce
Steps to reproduce the behavior:
Create a private repo in GitHub under an organization account
create a new project in NuxtHub using the Github repo
add a runtime config variable like NUXT_SIGNATURE_SECRET_KEY
Deploy
After deploy you can check the useRuntimeConfig().signatureSecretKey, the value is empty.
I checked the Repository settings in Github, under /settings/secrets/actions and there is no env variable or secret. So I guess the project is being built without any environment variables.
Nuxthub Admin
Secrets are empty
Variables are empty
Expected behavior
I was expecting to see the secrets and variables copied over from Nuxthub admin to the GitHub repository,
The text was updated successfully, but these errors were encountered:
Describe the bug
Docs says:
Steps to reproduce
Steps to reproduce the behavior:
NUXT_SIGNATURE_SECRET_KEY
After deploy you can check the
useRuntimeConfig().signatureSecretKey
, the value is empty.I checked the Repository settings in Github, under
/settings/secrets/actions
and there is no env variable or secret. So I guess the project is being built without any environment variables.Nuxthub Admin
Secrets are empty
Variables are empty
Expected behavior
I was expecting to see the secrets and variables copied over from Nuxthub admin to the GitHub repository,
The text was updated successfully, but these errors were encountered: