Skip to content

Commit 4fd5526

Browse files
committed
fix env:
1 parent 6c6bd4d commit 4fd5526

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-all.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
run: R -q -e 'sessionInfo()'
4242
- name: Install nimbleModel
4343
run: R -q -e 'remotes::install_github("https://github.com/perrydv/nimbleModel", subdir="nimbleModel", auth_token=Sys.getenv("GITHUB_TOKEN_NIMBLEMODEL"))'
44-
env: GITHUB_TOKEN_NIMBLEMODEL: ${{ secrets.GH_NM_PAT }}
44+
env:
45+
GITHUB_TOKEN_NIMBLEMODEL: ${{ secrets.GH_NM_PAT }}
4546
- name: Package Dependencies
4647
run: R -q -e 'remotes::install_deps("nCompiler", dependencies=TRUE)'
4748
- name: Install inline

0 commit comments

Comments
 (0)