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
The "blog" building CI workflow has been failing (see run history here) since quidel protections went into place (which happened with delphi-epidata releases 4.1.8 and 4.1.9 in mid/late August). The offending call happens in a request for data with a source of "quidel":
Caveat: that also means we need to give that key access to quidel data.
Rewrite that code to use a signal that is not protected like quidel.
This option might mean that we should also make edits to other parts of the blog post to make sure it is congruent (and then re-render the post).
Comment out the call that causes the error.
Somehow exclude the file from the blog github action workflow.
Remove the (markdown) file.
None of those listed fixes would entail (by themselves) removing the blog post from the website or altering it in any way; its content is already rendered in the associated html file and the post is still on the live site even though we have done two releases from this repo (v3.2.6 and v3.2.7) since the quidel signals went private. Also FWIW, we previously added R code to the markdown files to use the secret repo key in #819 and #843, but never rendered that code to actually show up on the live site.
* add instruction to build blog locally with personal api key
* fix quidel #887 by removing r chunk result + warn readers
* upgrade python covidcast version + add api key to python chunk in blog
* more api key visibility + instruction link
* every R chunk that import library(covidcast) will have an associated API key + instruction link code line in that chunk
* fix visuals not showing up due to warning messages
* workaround render python chunk plot
* generated files from rmd with changes
* remove warning in blog 2021-01-15-causal-effect-mobility
* remove warning 2020-12-10-masks-public
---------
Co-authored-by: melange396 <[email protected]>
The "
blog
" building CI workflow has been failing (see run history here) since quidel protections went into place (which happened withdelphi-epidata
releases 4.1.8 and 4.1.9 in mid/late August). The offending call happens in a request for data with a source of "quidel":www-main/content/blog/2020-08-28-api.Rmd
Lines 289 to 290 in b2d1629
Possible fix options include:
quidel
.blog
github action workflow.None of those listed fixes would entail (by themselves) removing the blog post from the website or altering it in any way; its content is already rendered in the associated html file and the post is still on the live site even though we have done two releases from this repo (v3.2.6 and v3.2.7) since the quidel signals went private. Also FWIW, we previously added R code to the markdown files to use the secret repo key in #819 and #843, but never rendered that code to actually show up on the live site.
error/failure output text is as follows (taken from https://github.com/cmu-delphi/www-main/actions/runs/6789159996/job/18455738035 ) :
The text was updated successfully, but these errors were encountered: