Skip to content

Commit

Permalink
removed token from commit
Browse files Browse the repository at this point in the history
Signed-off-by: akshatnema <20bcs022@iiitdmj.ac.in>
  • Loading branch information
akshatnema committed Jan 16, 2023
1 parent 6d724d3 commit 61119fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tools/extract-tools-github.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const getData = async () => {
{
headers: {
accept: 'application/vnd.github.text-match+json',
authorization: `token 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`,
authorization: `token ${process.env.GITHUB_TOKEN}`,
},
}
);
Expand Down

0 comments on commit 61119fc

Please sign in to comment.