From d36b2744def04fd46429832e6635344ee2cff8f9 Mon Sep 17 00:00:00 2001 From: Martin Jagodic Date: Tue, 12 Mar 2024 13:22:26 +0100 Subject: [PATCH] replace token --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 974cf1fe..0d3f5950 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -20,7 +20,7 @@ module.exports = { fieldName: 'github', url: 'https://api.github.com/graphql', headers: { - Authorization: `Bearer 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`, + Authorization: `Bearer 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`, }, }, },