Closed Vadorequest closed 2 years ago
This has nothing to do with react-notion-x
.
Please only open issues on the correct repo (in this case nextjs-notion-starter-kit
).
If you want to use redis with github actions over there, then follow what I'm doing on my personal branch: https://github.com/transitive-bullshit/nextjs-notion-starter-kit/blob/transitive-bullshit/.github/workflows/build.yml#L17-L21
You'll also need to add these environment variables to your github repository as secrets. You can google how to do this (the github docs are great).
Thanks, and yeah sorry I didn't notice I was not in the right repo, I thought I had opened it there!
I'm getting the following error during the GHA build, I believe it to be related to my Redis configuration.
Maybe I got something wrong? Any idea what could be the cause? I don't see any error locally. 👉 My main guess is that the .env file isn't available on GHA, which makes it fail to connect to Redis.
Here is my
.env
config:Here are the logs