Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
Run build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklemmon committed Dec 9, 2020
1 parent c755824 commit 63d8194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14087,7 +14087,7 @@ module.exports = /******/ (function (modules, runtime) {
method: 'GET',
url: `${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/pulls`,
headers: {
Authorization: `token: ${GITHUB_TOKEN}`,
Authorization: `token ${GITHUB_TOKEN}`,
},
}).catch(err => console.log(err))
}
Expand All @@ -14097,7 +14097,7 @@ module.exports = /******/ (function (modules, runtime) {
method: 'GET',
url: `${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/pulls/${pullNumber}`,
headers: {
Authorization: `token: ${GITHUB_TOKEN}`,
Authorization: `token ${GITHUB_TOKEN}`,
},
}).catch(err => console.log(err))
}
Expand Down

0 comments on commit 63d8194

Please sign in to comment.