Skip to content

Commit

Permalink
ci: fix octokit auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Sep 15, 2024
1 parent 8860819 commit c1e4a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ci/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ await yargs(hideBin(process.argv))
let authStrategy;

if (!dryRun) {
authStrategy = createActionAuth();
authStrategy = createActionAuth;
} else {
authStrategy = undefined;
}
Expand Down

0 comments on commit c1e4a06

Please sign in to comment.