Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit 8be620d

Browse files
committed
funcs
Signed-off-by: DavidWells <[email protected]>
1 parent 079c44b commit 8be620d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

functions/add-example.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const sanitize = require('./utils/sanitize')
55
const Octokit = require('@octokit/rest').plugin(createPullRequest)
66

77
const { REPOSITORY_URL } = process.env
8+
89
const octokit = new Octokit()
910
octokit.authenticate({
1011
type: 'oauth',

functions/add-tutorial.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const sanitizeTitle = require('./utils/sanitize')
55
const Octokit = require('@octokit/rest').plugin(createPullRequest)
66

77
const { REPOSITORY_URL } = process.env
8+
89
const octokit = new Octokit()
910
octokit.authenticate({
1011
type: 'oauth',

0 commit comments

Comments
 (0)