-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Engines
Currently our evergreen yaml file uses the public mongo repo. The private MongoDB repo lives under the 10gen/ and is periodically synced to the public mongo repo using capybara. It is recommended that we use the private mongo repo as changes can get out of sync between the two repos.
Work to do
To pull the private repository we need to generate the private github token such that we have permission access. To do this, we will need to open an IT ticket to request private repository access for our Github app and then call github.generate_token e.g.
"generate github token": &gen_github_token
command: github.generate_token
params:
owner: wiredtiger
repo: automation-scripts
expansion_name: generated_token
permissions:
metadata: read
contents: read