Verified Commit 14411f33 authored by boklm's avatar boklm
Browse files

Bug 41838: Update personal_access_tokens gitlab URL in tools/fetch_changelogs.py

parent d67e930f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: