morgan pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: bede9cf7 by Nicolas Vigier at 2026-07-14T15:58:18+00:00 Bug 41838: Update personal_access_tokens gitlab URL in tools/fetch_changelogs.py - - - - - 1 changed file: - tools/fetch_changelogs.py Changes: ===================================== tools/fetch_changelogs.py ===================================== @@ -334,7 +334,7 @@ def load_token(test=True, interactive=True): f"Please add your personal GitLab token (with 'read_api' scope) to {token_path}" ) print( - f"Please go to {GITLAB}/-/profile/personal_access_tokens and generate it." + f"Please go to {GITLAB}/-/user_settings/personal_access_tokens and generate it." ) token = input("Please enter the new token: ").strip() if not token: View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/be... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/be... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
morgan (@morgan)