jonkeane opened a new issue, #15228:
URL: https://github.com/apache/arrow/issues/15228

   ### Describe the enhancement requested
   
   This passes the already extant github pat down to where it can be used 
during installation of R dependencies (which are hitting rate limits)
   
   
   ```
   #12 899.5 > remotes::install_deps(dependencies = TRUE, INSTALL_opts = '')
   #12 913.6 Error: HTTP error 403.
   #12 913.6   API rate limit exceeded for 40.122.243.81. (But here's the good 
news: Authenticated requests get a higher rate limit. Check out the 
documentation for more details.)
   #12 913.6 
   #12 913.6   Rate limit remaining: 0/60
   #12 913.6   Rate limit reset at: 2023-01-06 00:59:48 UTC
   #12 913.6 
   #12 913.6   To increase your GitHub API rate limit
   #12 913.6   - Use `usethis::create_github_token()` to create a Personal 
Access Token.
   #12 913.6   - Use `usethis::edit_r_environ()` and add the token as 
`GITHUB_PAT`.
   #12 913.6 Execution halted
   #12 ERROR: executor failed running [/bin/bash -o pipefail -c 
/arrow/ci/scripts/r_deps.sh /arrow]: exit code: 1
   ------
    > [10/17] RUN /arrow/ci/scripts/r_deps.sh /arrow:
   ```
   
https://github.com/ursacomputing/crossbow/actions/runs/3851498487/jobs/6562738845#step:5:3350
   
   ### Component(s)
   
   Continuous Integration, R


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to