Files
ProxmoxVE/misc
MickLesk 4b00241ebd fix: add interactive GitHub PAT prompt on rate limit / auth failure
When a GitHub API call fails with HTTP 401 (invalid token) or HTTP 403
(rate limit exceeded), the user is now prompted interactively to enter a
GitHub Personal Access Token (PAT). The token is validated (no empty
input, no whitespace) before being set and the API call is retried.

This applies to both github_api_call() and fetch_and_deploy_gh_release().

Closes #12615
2026-03-07 21:56:21 +01:00
..