Skip to content

Commit ebd83a6

Browse files
committed
publish 19
1 parent 236d72a commit ebd83a6

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,17 @@ jobs:
5959
run: Rscript .github/install_packages.R
6060

6161
- name: Install marketconf from GitHub
62+
env:
63+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
6264
run: |
63-
Rscript -e "remotes::install_github('EnriquePH/marketconf@master', \
64-
upgrade = 'never', quiet = TRUE)"
65+
Rscript -e "
66+
remotes::install_github(
67+
'EnriquePH/marketconf@master',
68+
auth_token = Sys.getenv('GITHUB_PAT'),
69+
upgrade = 'never',
70+
quiet = TRUE
71+
)
72+
"
6573
6674
- name: Setup Python
6775
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)