Files
html/api/blade-tasks/hf_token_renew.json
2026-04-12 22:57:03 +02:00

1 line
227 B
JSON

{"type": "powershell", "priority": "P0", "action": "hf_token_renew", "description": "HF token renewal", "script": "Start-Process 'https://huggingface.co/settings/tokens'; Write-Output 'Opened: HF token renewal'", "timeout": 15}