Skip to content

Commit

Permalink
Change secret name in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
andychase authored Dec 20, 2023
1 parent 54c6f2e commit f914e50
Showing 1 changed file with 2 additions and 2 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: ${{ secrets.AQSKEY }}
RAQSAPIUSERNAME: ${{ secrets.AQSUSER }}
RAQSAPIKEY: ${{ secrets.RAQSAPIKEY }}
RAQSAPIUSERNAME: ${{ secrets.RAQSAPIUSERNAME }}
R_KEEP_PKG_SOURCE: yes

steps:
Expand Down

0 comments on commit f914e50

Please sign in to comment.