Skip to content

Commit 2cc16a7

Browse files
authored
Merge pull request #476 from json-schema-org/benjagm-update-issue-collector
Fix code error with issues collector due to bad testing
2 parents 9cdd87d + e32c6d9 commit 2cc16a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ocwm-issue-collector.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
const placeholder = process.env.PLACEHOLDER;
4141
console.log("Placeholder:" + placeholder);
4242
43-
const octokit = require('@octokit/core').Octokit
44-
const mygithub = new octokit({ auth: process.env.MY_TOKEN })
45-
4643
let repositories = repoNames.split(",")
4744
let targetLabel = encodeURIComponent(process.env.OCWM_LABEL);
4845
let appendLabel = encodeURIComponent(process.env.AGENDA_LABEL);

0 commit comments

Comments
 (0)