ccfp/github-issue-finder

Add REACT_APP_GH_KEY to Now variables

Closed this issue · 1 comments

todo commented

// @TODO: Add REACT_APP_GH_KEY to Now variables
const headers = {
authorization: `Bearer ${process.env.REACT_APP_GH_KEY}`
};
const client = new ApolloClient({


This issue was generated by todo based on a TODO comment in cc5d1ad when #30 was merged. cc @ccfp.

Fixed by #30