2 questions
0
votes
0
answers
54
views
Codex cloud with private NPM packages, secrets not working
I'm trying to run codex for my private repo which has npm dependencies which are also private npm packages on github.
I have added to the codex environment a secret GITHUB_TOKEN which is a PAT. but it'...