You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2024. It is now read-only.
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?
Description
npm run generate
needs either an Airtable API key or else content to be mocked (as happens when runningnpm 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
Build fails: https://github.com/Qiskit/qiskit.org/actions/runs/5594589111
Note: Line 15 of
Run npm run generate
The text was updated successfully, but these errors were encountered: