Skip to content

fix(ci): replace dead vercel-preview-url-action in broken-link-checker - #13478

Open
Sskift wants to merge 1 commit into
nextauthjs:mainfrom
Sskift:fix/next-auth
Open

fix(ci): replace dead vercel-preview-url-action in broken-link-checker#13478
Sskift wants to merge 1 commit into
nextauthjs:mainfrom
Sskift:fix/next-auth

Conversation

@Sskift

@Sskift Sskift commented Aug 13, 2026

Copy link
Copy Markdown

☕️ Reasoning

.github/workflows/broken-link-checker.yml pins aaimio/vercel-preview-url-action@v2.2.0. That repository no longer resolves on GitHub (gh api repos/aaimio/vercel-preview-url-action returns HTTP 404 — removed/private), so GitHub Actions cannot fetch the ref and the broken-link-checker job cannot run reliably.

This replaces the dead external action with an inline step that reproduces the original behaviour: read the triggering vercel[bot] comment (github.event.comment.body) and extract the first …-authjs.vercel.app hostname, setting the same vercel_preview_url output. The downstream VERCEL_PREVIEW_URL contract is unchanged.

Verification

This is a workflow-only change (no runtime test env), so I validated the configuration:

🧢 Checklist

  • Documentation
  • Tests
  • Ready to be merged

🎫 Affected issues

Fixes: #13475

The workflow pinned aaimio/vercel-preview-url-action@v2.2.0, whose
repository no longer exists (HTTP 404), so the broken-link-checker job
could not resolve the action. Replace it with an inline step that reads
the triggering vercel[bot] comment and extracts the preview hostname,
preserving the downstream VERCEL_PREVIEW_URL contract.

Closes nextauthjs#13475

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
auth-docs Ready Ready Preview Aug 13, 2026 7:31am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
next-auth-docs Ignored Ignored Preview Aug 13, 2026 7:31am

Request Review

@vercel

vercel Bot commented Aug 13, 2026

Copy link
Copy Markdown

@Sskift is attempting to deploy a commit to the authjs Team on Vercel.

A member of the Team first needs to authorize it.

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.

ci: broken-link-checker references missing action aaimio/vercel-preview-url-action@v2.2.0

1 participant