Skip to content
Snippets Groups Projects
Commit 5eb01f8d authored by Alexandre Humbert's avatar Alexandre Humbert
Browse files

Update github token

parent 7760c115
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ import GitHubSearch from './GitHubSearch';
const httpLink = createHttpLink({
uri: 'https://api.github.com/graphql',
headers: {
Authorization: 'Bearer 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', // Remplace avec ton propre token GitHub
Authorization: 'Bearer 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', // Remplace avec ton propre token GitHub
},
});
......@@ -61,4 +61,4 @@ const styles = StyleSheet.create({
fontWeight: 'bold',
color: '#a29bfe',
},
});
\ No newline at end of file
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment