sociopatenS
Denoβ€’3y agoβ€’
3 replies
sociopaten

Trying to deploy a project on Deno Deploy with a private Github repository dependency

By reading the docs at https://docs.deno.com/runtime/manual/basics/modules/private I found that I can have a environment variable called DENO_DEPLOYTOKENS. This works perfectly locally and in Github Actions but in Deno Deploy I can't create environment variables starting with DENO, it's reserved. Any ideas? Thank you.
There may be instances where you want to load a remote module that is located in
Private Modules and Repositories | Deno Docs
Was this page helpful?