Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade github workflow vercel deploy #640

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

FerralBunny
Copy link
Contributor

@FerralBunny FerralBunny commented Aug 6, 2024

An outdated version of amondnet/vercel-action was causing the GitHub Workflow Vercel deploys to fail. Most likely from the Node.js 16 actions being deprecated.

Upgrading the version fixed the issue and Vercel deploys finished successfully.

UPDATE

The issue with the Vercel deploy fail was actually because the branch was from a fork of the cardano-documentation repo and so does not have access to this repo's secrets. The triggered workflow runs in the context of the fork repo as pull_request events are used rather than pull_request_target

It's good to keep dependancies up to date though!

Copy link
Contributor

github-actions bot commented Aug 6, 2024

Deploy preview for cardano-documentation ready!

✅ Preview
https://cardano-documentation-5ghvv2dyn-iog.vercel.app

Built with commit d2fe881.
This pull request is being automatically deployed with vercel-action

@FerralBunny FerralBunny merged commit e595423 into master Aug 6, 2024
2 checks passed
@FerralBunny FerralBunny deleted the charlene/fix/github-workflow-vercel-deploy branch August 6, 2024 12:19
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.

2 participants