Skip to content

Commit

Permalink
edit github workflow to correct secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
mccroweyclinton-EPA committed Apr 2, 2024
1 parent d7a71b6 commit 784bb8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
RAQSAPIKEY: ${{ vars.RAQSAPIKEY }}
RAQSAPIUSERNAME: ${{ vars.RAQSAPIUSERNAME }}
RAQSAPIKEY: ${{ secrets.RAQSAPIKEY }}
RAQSAPIUSERNAME: ${{ secrets.RAQSAPIUSERNAME }}
R_KEEP_PKG_SOURCE: yes

steps:
Expand Down
2 changes: 1 addition & 1 deletion MD5
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ d82b1ff8ee144afca1879e5b8dc58840 *R/byma.R
e6e3b87e48f4403642382987b0f40714 *R/setupfunctions.R
6e659bb3bbf313dc819d4c029f0b22d0 *R/zzz.R
a69de5455537022556f014579766be59 *RAQSAPI.Rproj
b11756666f31f1f757cc2303dce419a5 *README.md
18f76ebd36736b286f12114b4d1a75b1 *README.md
b2370e0e3f63a29557cd8f74746d74f6 *README.Rmd
7ed08f3fb96a77ec01c95c2ad7964250 *revdep/data.sqlite
34952a5944548ea4fc132a9899f8e6ab *revdep/email.yml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ status](https://www.r-pkg.org/badges/version/RAQSAPI)](https://CRAN.R-project.or
downloads](https://cranlogs.r-pkg.org/badges/RAQSAPI)](https://cran.r-project.org/package=RAQSAPI)
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![license](https://img.shields.io/badge/license-CC0-lightgrey.svg)](https://choosealicense.com/)
[![Last-changedate](https://img.shields.io/badge/last%20change-%202024--04--01-yellowgreen.svg)](/commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-%202024--04--02-yellowgreen.svg)](/commits/master)
<!-- badges: end -->

# EPA Disclaimer
Expand Down

0 comments on commit 784bb8d

Please sign in to comment.