File tree 1 file changed +4
-4
lines changed
src/bootstrap/src/core/build_steps
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -354,12 +354,12 @@ fn read_old_toolstate() -> Vec<RepoState> {
354
354
/// 1. Generate a new Personal access token:
355
355
///
356
356
/// * Login to the bot account, and go to Settings -> Developer settings ->
357
- /// Personal access tokens
357
+ /// Personal access tokens
358
358
/// * Click "Generate new token"
359
359
/// * Enable the "public_repo" permission, then click "Generate token"
360
360
/// * Copy the generated token (should be a 40-digit hexadecimal number).
361
- /// Save it somewhere secure, as the token would be gone once you leave
362
- /// the page.
361
+ /// Save it somewhere secure, as the token would be gone once you leave
362
+ /// the page.
363
363
///
364
364
/// 2. Update the variable group in Azure Pipelines
365
365
///
@@ -368,7 +368,7 @@ fn read_old_toolstate() -> Vec<RepoState> {
368
368
/// 4. Replace the email address below if the bot account identity is changed
369
369
///
370
370
/// * See <https://help.github.com/articles/about-commit-email-addresses/>
371
- /// if a private email by GitHub is wanted.
371
+ /// if a private email by GitHub is wanted.
372
372
fn commit_toolstate_change ( builder : & Builder < ' _ > , current_toolstate : & ToolstateData ) {
373
373
let message = format ! ( "({} CI update)" , OS . expect( "linux/windows only" ) ) ;
374
374
let mut success = false ;
You can’t perform that action at this time.
0 commit comments