Skip to content

Commit 9e96b18

Browse files
authored
fix: restore get auth options repo name (#70)
1 parent ad0474d commit 9e96b18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/data.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ const getOctokit = async () => {
1717

1818
if (RELEASE_STATUS_GITHUB_APP_CREDS) {
1919
const authOpts = await getAuthOptionsForRepo(
20-
REPO_DATA,
20+
{
21+
owner: 'electron',
22+
name: 'electron',
23+
},
2124
appCredentialsFromString(RELEASE_STATUS_GITHUB_APP_CREDS),
2225
);
2326
octokit = new Octokit({

0 commit comments

Comments
 (0)