File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ criticalup --help
89
89
90
90
#### Authenticate CriticalUp
91
91
92
- _ This section assumes you have done the following from above:
92
+ ** This section assumes you have done the following from above:**
93
93
94
94
- Get the CriticalUp Token to authenticate
95
- - Add the CriticalUp Token to GitHub Action secrets _
95
+ - Add the CriticalUp Token to GitHub Action secrets
96
96
97
97
In your GitHub Action you can use the secret now as:
98
98
@@ -104,9 +104,9 @@ criticalup auth set ${{ secrets.CRITICALUP_TOKEN }}
104
104
105
105
#### Install Ferrocene toolchain
106
106
107
- _ This step assumes you have already done the following from above:
107
+ ** This step assumes you have already done the following from above:**
108
108
109
- - Add a project manifest to your repo _
109
+ - Add a project manifest to your repo
110
110
111
111
Just running the following command will install the toolchain listed in your project manifest (` criticalup.toml ` ).
112
112
You can’t perform that action at this time.
0 commit comments