Skip to content

Commit

Permalink
make the key variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonded committed Sep 3, 2024
1 parent 1a19caf commit 19f922d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { App } from "octokit";
import fs from "fs";

const key = fs.readFileSync(
"./src/keys/red-modding-teams.2024-09-02.private-key.pem",
`./src/keys/${process.env.GITHUB_APP_KEY_FILE!}`,
"utf-8"
);

Expand Down

0 comments on commit 19f922d

Please sign in to comment.