Skip to content

Commit

Permalink
add env for install package from remote
Browse files Browse the repository at this point in the history
  • Loading branch information
defuneste committed May 20, 2024
1 parent 0d5df5a commit a798c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Install package from GH
run: |
Rscript -e 'remotes::install_github("ruralinnovation/fcc.utils")'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#
# - name: Install R Dependencies
# uses: r-lib/actions/setup-renv@v2
Expand Down

0 comments on commit a798c66

Please sign in to comment.