Skip to main content
  1. About
  2. Stack Internal
The 2026 Annual Developer Survey is live— take the Survey today!

Return to Answer

Post Timeline

Bounty Awarded with 25 reputation awarded by Community Bot
improved formatting
Source Link
raviolicode
  • reputation score 2185
  • 22 silver badges
  • 22 bronze badges

onOn Windows, the ENV variables need to be configured differently on Heroku, I don't see in your question if you tried this already:

heroku config:set GITHUB_USERNAME=joesmith
Adding config vars and restarting myapp... done, v12
GITHUB_USERNAME: joesmith
$ heroku config
GITHUB_USERNAME: joesmith
OTHER_VAR: production
$ heroku config:get GITHUB_USERNAME
joesmith
$ heroku config:unset GITHUB_USERNAME
Unsetting GITHUB_USERNAME and restarting myapp... done, v13

More related documentation can be found here.

on Windows, the ENV variables need to be configured differently on Heroku, I don't see in your question if you tried this already:

heroku config:set GITHUB_USERNAME=joesmith
Adding config vars and restarting myapp... done, v12
GITHUB_USERNAME: joesmith
$ heroku config
GITHUB_USERNAME: joesmith
OTHER_VAR: production
$ heroku config:get GITHUB_USERNAME
joesmith
$ heroku config:unset GITHUB_USERNAME
Unsetting GITHUB_USERNAME and restarting myapp... done, v13

More related documentation can be found here.

On Windows, the ENV variables need to be configured differently on Heroku, I don't see in your question if you tried this already:

heroku config:set GITHUB_USERNAME=joesmith
Adding config vars and restarting myapp... done, v12
GITHUB_USERNAME: joesmith
$ heroku config
GITHUB_USERNAME: joesmith
OTHER_VAR: production
$ heroku config:get GITHUB_USERNAME
joesmith
$ heroku config:unset GITHUB_USERNAME
Unsetting GITHUB_USERNAME and restarting myapp... done, v13

More related documentation can be found here.

Source Link
raviolicode
  • reputation score 2185
  • 22 silver badges
  • 22 bronze badges

on Windows, the ENV variables need to be configured differently on Heroku, I don't see in your question if you tried this already:

heroku config:set GITHUB_USERNAME=joesmith
Adding config vars and restarting myapp... done, v12
GITHUB_USERNAME: joesmith
$ heroku config
GITHUB_USERNAME: joesmith
OTHER_VAR: production
$ heroku config:get GITHUB_USERNAME
joesmith
$ heroku config:unset GITHUB_USERNAME
Unsetting GITHUB_USERNAME and restarting myapp... done, v13

More related documentation can be found here.

lang-sql

AltStyle によって変換されたページ (->オリジナル) /