input-output-hk / cardano-documentation

Creative Commons Attribution 4.0 International
258 stars 157 forks source link

Add components already compatible with Cardano-Node v9.0/9.1 #639

Closed linconvidal closed 3 months ago

linconvidal commented 3 months ago

Hi, can someone please review this PR? @olgahryniuk @NeilBurgess42 @fstoqnov-iohk

NeilBurgess42 commented 3 months ago

The build fails after 3seconds, missing a parameter value.

FerralBunny commented 3 months ago

I've fixed the issue causing the Vercel deploy to fail here https://github.com/input-output-hk/cardano-documentation/pull/640

@linconvidal If you pull in the latest master into this PR the checks should succeed

linconvidal commented 3 months ago

@FerralBunny Same issue. It seems that the Vercel token is missing:

Error: Input required and not supplied: vercel-token

Could this be a permission-related issue? My pull requests have never been able to deploy to preview in this repository.

FerralBunny commented 3 months ago

@linconvidal This issue is caused because you fork the cardano-documentation repo and so you do not have access to this repo's secrets. The triggered workflow runs in the context of the fork repo.

linconvidal commented 3 months ago

@FerralBunny Is there anything I can do to help resolve this?