yolo, GITHUB_ is a reserved namespace in GitHub and is required by kv-oauth, my current work around is using Deno Deploy and setting the environment variable in the Deploy web console. The result is that every time GH Actions run, it will fail, but Deno Deploy is able to build and deploy successfully. This limits extending the Actions pipeline and splits the CI/CD management. Could the default env var be changed to GH_ to avoid this conflict?
|
clientId: getRequiredEnv("GITHUB_CLIENT_ID"), |
yolo,
GITHUB_is a reserved namespace in GitHub and is required by kv-oauth, my current work around is using Deno Deploy and setting the environment variable in the Deploy web console. The result is that every time GH Actions run, it will fail, but Deno Deploy is able to build and deploy successfully. This limits extending the Actions pipeline and splits the CI/CD management. Could the default env var be changed toGH_to avoid this conflict?deno_kv_oauth/lib/create_github_oauth_config.ts
Line 31 in 24a2302