Skip to content

Commit

Permalink
Remove outdated GitHub API preview
Browse files Browse the repository at this point in the history
  • Loading branch information
krystof-k committed Jan 24, 2023
1 parent ba6a7f9 commit 4c6390b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ async function run() {
try {
const token = core.getInput('github-token', { required: true });

const octokit = new github.GitHub(token, {
previews: ['mockingbird-preview'],
});
const octokit = new github.GitHub(token);

const epics = await getReferencedEpics({ octokit });
await updateEpics({ octokit, epics });
Expand Down

0 comments on commit 4c6390b

Please sign in to comment.