mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-08 09:28:11 +00:00
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