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

1 line
219 B
JSON

{"type": "powershell", "priority": "P0", "action": "github_pat", "description": "New GitHub PAT", "script": "Start-Process 'https://github.com/settings/tokens/new'; Write-Output 'Opened: New GitHub PAT'", "timeout": 15}