denoland / denoland/deploy_feedback
Unable to import private modules with `DENO_AUTH_TOKENS`
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Reproduction steps
1. Given a file that imports from a private repository `import { ... } from "https://raw.githubusercontent.com/"`
2. Deploy
3. See the error

4. Add environment variable `DENO_AUTH_TOKENS` with github access token format `@raw.githubusercontent.com;`

5. Expect Deploy to automatically add the `Authorization: Bearer ` and succeed in importing the module.
6. Actual: Still see the `404 Not Found`
Setting local environment variable `DENO_AUTH_TOKENS` in `~/.bashrc` working successfully.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.