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_
16
16
(e.g. one that runs RoBERTa using 1 GPU, 8Gi of worker memory, using a
17
17
certain branch of the code base, etc.).
18
18
19
- ## Prerequisites
19
+ ## How to Deploy the Automation
20
+
21
+ ### Create a ` github ` secret, if needed
20
22
21
23
If your RoBERTa branch is private, you will need to provide a GitHub
22
24
username and token, by creating a Kubernetes
23
25
[ 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 ` .
41
27
42
28
``` shell
43
29
export GITHUB_USER=myusername
You can’t perform that action at this time.
0 commit comments