Skip to content

Fix AI Gateway auth and Google Chat webhook diagnostics#69

Merged
southpolesteve merged 1 commit intomainfrom
feat/gchat-release-notification
Feb 25, 2026
Merged

Fix AI Gateway auth and Google Chat webhook diagnostics#69
southpolesteve merged 1 commit intomainfrom
feat/gchat-release-notification

Conversation

@southpolesteve
Copy link
Copy Markdown
Collaborator

Summary

Fixes the two failures from the publish workflow run (#68):

  • AI Gateway: Changed auth header from x-api-key (wrong — that's for Anthropic API keys) to cf-aig-authorization: Bearer (correct — the gateway has stored Anthropic credentials via BYOK). Also switched to claude-sonnet-4-20250514 as the model.
  • Google Chat 400: Removed -o /dev/null so the error response body is visible in logs. Also builds the JSON payload entirely inside jq to eliminate shell quoting edge cases. Next run will show the actual rejection reason.
  • Added ::group:: log sections for commits, summary, and payload for easier debugging.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Feb 25, 2026

Open in StackBlitz

npm i https://pkg.pr.new/cloudflare/vinext@69

commit: 43652c9

@github-actions
Copy link
Copy Markdown

Example Preview Production Original
app-router-cloudflare preview production
pages-router-cloudflare preview production
app-router-playground preview production original
realworld-api-rest preview production
nextra-docs-template preview production
benchmarks preview production
hackernews preview production original

@southpolesteve southpolesteve merged commit f1e5c31 into main Feb 25, 2026
24 checks passed
@southpolesteve southpolesteve deleted the feat/gchat-release-notification branch February 25, 2026 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant