Skip to content

Commit

Permalink
Remove PAT from local install
Browse files Browse the repository at this point in the history
  • Loading branch information
saipavan10-git committed Aug 14, 2024
1 parent db898fc commit 4e713fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: Rscript -e 'devtools::install_github("ctsit/rcc.ctsit", auth_token = Sys.getenv("CR_PAT"))'

- name: Install local package
run: Rscript -e 'devtools::install(dependencies = TRUE, auth_token = Sys.getenv("CR_PAT"), upgrade = "never")'
run: Rscript -e 'devtools::install(dependencies = TRUE, upgrade = "never")'

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 4e713fc

Please sign in to comment.