Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

GitHub Actions: Build failing at npm run generate #3435

Open
jackoconnordev opened this issue Jul 19, 2023 · 0 comments
Open

GitHub Actions: Build failing at npm run generate #3435

jackoconnordev opened this issue Jul 19, 2023 · 0 comments

Comments

@jackoconnordev
Copy link
Contributor

jackoconnordev commented Jul 19, 2023

Description

npm run generate needs either an Airtable API key or else content to be mocked (as happens when running npm run dev) in order to work.

The airtable key seems to be present during the Run npm run generate on builds from a few days ago, but in the attached failed build there is an info log stating the Airtable key is missing and generation fails without any mocked data being set.

I checked out the Verify workflow in .github and it seems the Airtable API key should be an environment variable during this step. Is the secret out of date maybe?

Screenshots

Build succeeds: https://github.com/Qiskit/qiskit.org/actions/runs/5576454823/jobs/10187757312

Screenshot 2023-07-19 at 09 01 34

Build fails: https://github.com/Qiskit/qiskit.org/actions/runs/5594589111

Note: Line 15 of Run npm run generate

Screenshot 2023-07-19 at 09 01 40

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant