Tucker
Tucker
CDCloudflare Developers
Created by Tucker on 11/10/2024 in #workers-help
Can not access env.GITHUB_TOKEN in event handler
hmm, I tried to remove .env no luck, I just don't understand how i can run export default { async fetch(request, env, ctx) { return new Response(API host: ${env.GITHUB_TOKEN}); } } and it will log the correct one but the seccond i enter the event handler there is nothing
9 replies