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: - 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/14... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/14... 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)