diff options
author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2022-09-21 01:47:31 -0400 |
---|---|---|
committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2022-09-21 01:47:31 -0400 |
commit | 6b37d4e5d7595062fa8979d3940b0c640459b1ee (patch) | |
tree | e7c9772c6a27c887e95ab86ebe47a69fd28331fc /src | |
parent | 37be2477782b0b372c16d46df3f9634ebf3677fe (diff) |
added git reporting
Diffstat (limited to 'src')
-rw-r--r-- | src/client/util/ReportManager.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/ReportManager.tsx b/src/client/util/ReportManager.tsx index c00fe6bfe..51742d455 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: process.env.GH_TOKEN + auth: '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' }); } |