contentful-labs / starter-gatsby-blog

Gatsby starter for a Contentful project from the community.
https://contentful.github.io/starter-gatsby-blog/
MIT License
195 stars 199 forks source link

setup.js config delivery access token has incorrect env var name #133

Closed mattgabor closed 3 years ago

mattgabor commented 4 years ago

https://github.com/contentful/starter-gatsby-blog/blob/7ac74c7c38a65cb564647ca712e52dfb9ae74d17/bin/setup.js#L50

@gregferg I think this should be CONTENTFUL_ACCESS_TOKEN instead of CONTENTFUL_ACCESS_TOKEN_TOKEN

gregferg commented 3 years ago

Thanks @mattgabor! Fixed in https://github.com/contentful/starter-gatsby-blog/pull/140.