File tree 3 files changed +6
-0
lines changed 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 32
32
lintr::lint_package('.')
33
33
34
34
- uses : r-lib/actions/check-r-package@v2
35
+ env :
36
+ DELPHI_EPIDATA_KEY : ${{ secrets.SECRET_EPIPROCESS_GHACTIONS_DELPHI_EPIDATA_KEY }}
35
37
with :
36
38
args : ' c("--no-manual", "--as-cran")'
37
39
build-args : ' c("--no-build-vignettes")'
Original file line number Diff line number Diff line change 37
37
needs : website
38
38
39
39
- name : Build site
40
+ env :
41
+ DELPHI_EPIDATA_KEY : ${{ secrets.SECRET_EPIDATR_GHACTIONS_DELPHI_EPIDATA_KEY }}
40
42
run : pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
41
43
shell : Rscript {0}
42
44
Original file line number Diff line number Diff line change 28
28
needs : coverage
29
29
30
30
- name : Test coverage
31
+ env :
32
+ DELPHI_EPIDATA_KEY : ${{ secrets.SECRET_EPIDATR_GHACTIONS_DELPHI_EPIDATA_KEY }}
31
33
run : |
32
34
covr::codecov(
33
35
quiet = FALSE,
You can’t perform that action at this time.
0 commit comments