Paul Chin Jr.
kv-oauth environment secrets with GitHub
I'm using the kv-oauth, https://github.com/denoland/deno_kv_oauth, module and I have it working locally. However, because Deno Deploy is using GitHub Actions, I can't set environment variables that start with "GITHUB_" and the module requires that exact namespace. Has anyone else encountered this? Or am I doing something completely wrong. This is my kv-oauth plugin that I cribbed from the docs. https://github.com/pchinjr/tillage/blob/main/plugins/kv_oauth.ts Thanks so much!
2 replies