Skip to content

fix(ci): fix invalid vercel action reference in deploy workflow - #533

Open
roobie001 wants to merge 2 commits into
PromptMintLabs:mainfrom
roobie001:fix/fix-vercel-deploy-action
Open

fix(ci): fix invalid vercel action reference in deploy workflow#533
roobie001 wants to merge 2 commits into
PromptMintLabs:mainfrom
roobie001:fix/fix-vercel-deploy-action

Conversation

@roobie001

@roobie001 roobie001 commented Aug 29, 2026

Copy link
Copy Markdown

Closes #395
Closes #386

Summary

  • Fixes deployment workflow failures on commits 161a4e1 and 619a11f.
  • Replaced invalid vercel/action@v5 with amondnet/vercel-action@v25.

Copilot AI lite review requested due to automatic review settings August 29, 2026 02:23
@drips-wave

drips-wave Bot commented Aug 29, 2026

Copy link
Copy Markdown

@roobie001 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR aims to restore the “Deploy - Frontend to Vercel and Artifacts” GitHub Actions workflow by correcting the Vercel deployment action reference that is failing in production deploy automation.

Changes:

  • Introduces amondnet/vercel-action@v25 configuration in the deploy workflow.
  • Adjusts quoting style for several YAML string values (e.g., --prod, 18.x, v2.4.3).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/deploy.yml Outdated
Comment on lines +20 to +29
- uses: amondnet/vercel-action@v25
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-args: "--prod"
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
Comment on lines 68 to +71
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-args: '--prod'
vercel-args: "--prod"
@roobie001

Copy link
Copy Markdown
Author

Incident Timeline & Resolution

  • Incident: Automated rollback triggered on commit 161a4e1.
  • Root Cause: Deployment workflow failed because vercel/action@v5 is an unresolvable action repository.
  • Resolution: Replaced the invalid action reference with amondnet/vercel-action@v25 via PR fix(ci): fix invalid vercel action reference in deploy workflow #533
  • Verification: Workflow steps validated for CI deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants