Skip to content

chore: more graceful error on missing GITHUB_TOKEN in codegen#2649

Merged
setchy merged 1 commit intomainfrom
improve-codegen-error
Mar 2, 2026
Merged

chore: more graceful error on missing GITHUB_TOKEN in codegen#2649
setchy merged 1 commit intomainfrom
improve-codegen-error

Conversation

@codebytere
Copy link
Collaborator

As in title - this makes this a bit more graceful.

@github-actions github-actions bot added the chore Miscellaneous tasks label Mar 2, 2026
dotenv.config();

if (!process.env.GITHUB_TOKEN) {
console.warn(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add a Biome ignore comment and we're good to go

@codebytere codebytere force-pushed the improve-codegen-error branch from d16ed2f to 3422db6 Compare March 2, 2026 11:24
@codebytere codebytere requested a review from setchy March 2, 2026 11:24
@setchy setchy merged commit 6973074 into main Mar 2, 2026
10 checks passed
@setchy setchy deleted the improve-codegen-error branch March 2, 2026 11:27
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 2, 2026

@github-actions github-actions bot added this to the Release 7.0.0 milestone Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Miscellaneous tasks

Development

Successfully merging this pull request may close these issues.

2 participants