Skip to content

Commit

Permalink
Added tests after storing secret in GitHub repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
MMenchero committed Dec 29, 2023
1 parent 930a2e4 commit c06a84f
Show file tree
Hide file tree
Showing 6 changed files with 18,048 additions and 22 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- {os: ubuntu-latest, r: 'oldrel-1'}

env:
TIMEGPT_TOKEN: ${{ secrets.TIMEGPT_TOKEN }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

Expand Down
5 changes: 2 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
url: https://mmenchero.github.io/nixtlar/

template:
bootstrap: 5
bootswatch: flatly
params:
github:
repo: mmenchero/nixtlar

navbar:
title: "nixtlar"
left:
- text: "Home"
href: index.html
- text: "Get Started"
href: articles/get-started.html
- text: "Reference"
Expand All @@ -22,4 +22,3 @@ navbar:
- href: articles/cross-validation.html
- text: "Historical Forecast"
- href: articles/historical-forecast.html

Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,6 @@
"message": "success",
"details": "request successful",
"code": "B10",
"requestID": "X2KW6WKKEP",
"requestID": "FYZXRPX5TK",
"support": "If you have questions or need support, please email ops@nixtla.io"
}
Loading

0 comments on commit c06a84f

Please sign in to comment.