-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup-r-deps: replace github-token
param with GITHUB_PAT
env var
#262
Conversation
Signed-off-by: Pawel Rucki <[email protected]>
Unit Tests Summary3 tests 3 ✅ 6s ⏱️ Results for commit e376bcd. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you meant to set it as env
global environment so it can be used in the R session, and not as a configuration parameter of the job, then this is OK!
Fix the issue when private repos cannot be accessed: https://github.com/insightsengineering/citril/actions/runs/11717635984/job/32642879518?pr=464
github-token
was not used and removed in a companion PR: remove parametergithub-token
setup-r-dependencies#17GITHUB_ENV
on setup-r-deps use