Skip to content

Commit

Permalink
islocal = false
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 10, 2024
1 parent b17b1b5 commit 6264f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function run(): Promise<void> {
chdir(workingDirectory);
}

const isLocal = true;
const isLocal = false;
let token = "";
if (process.env.GITHUB_TOKEN) {
token = isLocal ? process.env.GITHUB_TOKEN : getInput("token");
Expand Down

0 comments on commit 6264f1c

Please sign in to comment.