[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41838: Update personal_access_tokens gitlab URL in tools/fetch_changelogs.py



Title: GitLab

morgan pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 14411f33
    by Nicolas Vigier at 2026-07-14T17:40:45+02:00
    Bug 41838: Update personal_access_tokens gitlab URL in tools/fetch_changelogs.py
    

1 changed file:

Changes:

  • tools/fetch_changelogs.py
    ... ... @@ -334,7 +334,7 @@ def load_token(test=True, interactive=True):
    334 334
                 f"Please add your personal GitLab token (with 'read_api' scope) to {token_path}"
    
    335 335
             )
    
    336 336
             print(
    
    337
    -            f"Please go to {GITLAB}/-/profile/personal_access_tokens and generate it."
    
    337
    +            f"Please go to {GITLAB}/-/user_settings/personal_access_tokens and generate it."
    
    338 338
             )
    
    339 339
             token = input("Please enter the new token: ").strip()
    
    340 340
             if not token:
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx