aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/ReportManager.tsx
diff options
context:
space:
mode:
authorgeireann <geireann.lindfield@gmail.com>2022-09-15 14:57:04 -0400
committergeireann <geireann.lindfield@gmail.com>2022-09-15 14:57:04 -0400
commit08defc6e0c9a0517125ca72c8caf285c3414ef48 (patch)
tree11ecd0e23423bc1028384ce1ff21e3b60ebdda67 /src/client/util/ReportManager.tsx
parent93288b9a2ee7383666006eae62be2c77df9cab55 (diff)
Update ReportManager.tsx
Diffstat (limited to 'src/client/util/ReportManager.tsx')
-rw-r--r--src/client/util/ReportManager.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/ReportManager.tsx b/src/client/util/ReportManager.tsx
index 180d8294f..c00fe6bfe 100644
--- a/src/client/util/ReportManager.tsx
+++ b/src/client/util/ReportManager.tsx
@@ -57,7 +57,7 @@ export class ReportManager extends React.Component<{}> {
ReportManager.Instance = this;
this.octokit = new Octokit({
- auth: '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'
+ auth: process.env.GH_TOKEN
});
}