Skip to content

Commit

Permalink
add github token (fine-grained)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjagodic committed Mar 12, 2024
1 parent 27cfa39 commit 7611bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
fieldName: 'github',
url: 'https://api.github.com/graphql',
headers: {
Authorization: `Bearer ${process.env.GITHUB_TOKEN}`,
Authorization: `Bearer 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`,
},
},
},
Expand Down

0 comments on commit 7611bdc

Please sign in to comment.