DeployCTL deploy without getting a new github token every time?
Must be a way to persist a token to make deploy more streamlined..
3 Replies
Hi @BradMcA , Can you generate deploy tokens for your organization?
Org > Settings > Access Tokens
With this token you can export in your terminal or OS Env Variables as DENO_DEPLOY_TOKEN . So Deployclt will use this automatically!
Thanks, I enabled some things in that area - then also found myself looking at this promising doc https://docs.github.com/en/authentication/connecting-to-github-with-ssh/managing-deploy-keys#deploy-keys
GitHub Docs
Managing deploy keys - GitHub Docs
You're welcome! If you need more help, I'll happy to help you!