Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
add explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
alita-moore committed Nov 1, 2021
1 parent c3f7e55 commit cf260ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/domain/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { GITHUB_HANDLE } from "./Regex";
import { ERRORS, Maybe, NodeEnvs } from "./Types";
import { AND } from "#/utils";

// this is associated with the eth-bot-do-not-give-me-permissions
// for obvious reasons NEVER give this bot any form of access to anything.
// This key also never expires
// this is meant to be a public key associated with a orphaned account;
// it is encoded / decoded here because github will invalidate it if it knows
// that its public (so shhh); also this key will never expire
export const PUBLIC_GITHUB_KEY = Buffer.from(
"Z2hwX1hvVVBlcFpTUkdWWmFVdDRqOW44SHFSUloxNVlIZTFlNW82bw==",
"base64"
Expand Down

0 comments on commit cf260ea

Please sign in to comment.