Skip to content

Commit 8232f2a

Browse files
committed
updating dependecies
1 parent 62a4bec commit 8232f2a

File tree

4 files changed

+533
-4282
lines changed

4 files changed

+533
-4282
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@ dist
105105

106106
# App Specific
107107

108+
package-lock.json
108109
*.pem
109110
config.json

lib/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const port = 64897
1313
const app = express()
1414

1515
// configuration load
16-
const privateKey = fs.readFileSync("branch-protecter.pem", "utf8")
16+
const privateKey = fs.readFileSync("branch-protector.pem", "utf8")
1717
const config = JSON.parse(fs.readFileSync("config.json", "utf8"))
1818

1919
// Initializing Octokit with our auth

0 commit comments

Comments
 (0)