File tree Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -16,28 +16,14 @@ wakes up and launches the CodeFlare CLI against a given _profile_
1616(e.g. one that runs RoBERTa using 1 GPU, 8Gi of worker memory, using a
1717certain branch of the code base, etc.).
1818
19- ## Prerequisites
19+ ## How to Deploy the Automation
20+
21+ ### Create a ` github ` secret, if needed
2022
2123If your RoBERTa branch is private, you will need to provide a GitHub
2224username and token, by creating a Kubernetes
2325[ Secret] ( https://kubernetes.io/docs/concepts/configuration/secret/ ) . This
24- secret must be named ` github ` , and must have two data fields. It
25- should look something like:
26-
27- ``` yaml
28- apiVersion : v1
29- data :
30- GITHUB_USER : ... # output of `echo -n myusername | base64`
31- GITHUB_TOKEN : ... # output of `echo -n $GITHUB_TOKEN | base64`
32- kind : Secret
33- metadata :
34- name : github
35- type : Opaque
36- ` ` `
37-
38- ## How to Deploy the Automation
39-
40- ### Create a ` github` secret, if needed
26+ secret must be named ` github ` , and must have two data fields ` GITHUB_USER ` and ` GITHUB_TOKEN ` .
4127
4228``` shell
4329export GITHUB_USER=myusername
You can’t perform that action at this time.
0 commit comments