-
Notifications
You must be signed in to change notification settings - Fork 0
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
remove GITHUB_PAT requirement #102
Comments
Relates to RMI-PACTA/pacta.scenario.data.preparation#2 |
I guess this would not be needed anymore too, because in this context it's only used to make GITHUB_PAT available for the R pkgs install. @jdhoffa do you agree? workflow.data.preparation/Dockerfile Line 20 in c08b8fb
|
FYI: consider using build secrets (https://docs.docker.com/build/building/secrets/), as is happening in the ACI dockerfile workflow.data.preparation/ACI/Dockerfile.ACI Lines 39 to 49 in acc9c0f
|
also relates to RMI-PACTA/archive.pacta.data.preparation#3 |
Comment updated with additional context relating to: https://github.com/RMI-PACTA/workflow.scenario.preparation |
yup, thanks.... closing |
depends on https://github.com/RMI-PACTA/pacta.scenario.preparation/issues/1232022Q4
scenarios workflow.scenario.preparation#10prepare_X_YYYY_scenario()
functions out ofmain.R
pacta.scenario.data.preparation#12Currently a GITHUB_PAT environment variable is required for the Docker context in order to install RMI-PACTA/pacta.scenario.preparation and RMI-PACTA/pacta.data.preparation. If both of those packages ever become public, it would be advantageous to remove that requirement.
changes would be needed here:
workflow.data.preparation/README.md
Line 39 in c08b8fb
workflow.data.preparation/README.md
Lines 49 to 51 in c08b8fb
AB#10386
The text was updated successfully, but these errors were encountered: