Skip to content

Commit eb9fe17

Browse files
chore: update owner to badging for issue creation
1 parent e9463cc commit eb9fe17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/event-github/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const issueCreationCallback = async (req, res) => {
5050
const octokit = new Octokit({ auth: accessToken });
5151

5252
const { data: issue } = await octokit.rest.issues.create({
53-
owner: "desmondsanctity",
53+
owner: "badging",
5454
repo: "event-diversity-and-inclusion",
5555
title: issueTitle,
5656
body: markdown,

0 commit comments

Comments
 (0)