Skip to content

Commit

Permalink
Make use of PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann committed Mar 13, 2024
1 parent b957a5d commit 93d626b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ if (import.meta.main) {
}@users.noreply.github.com`;

const octokit = new Octokit({
// auth: Deno.env.get("GITHUB_PERSONAL_ACCESS_TOKEN"),
auth: Deno.env.get("GITHUB_PERSONAL_ACCESS_TOKEN"),
});

console.log("Getting latest release...");
Expand Down

0 comments on commit 93d626b

Please sign in to comment.