-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Lucas edited this page Mar 7, 2026
·
21 revisions
Professional GitHub Actions cleanup software for macOS.
Provided by Wayne Tech Lab LLC
www.WayneTechLab.com
Repository slug: GH-Workflow-Clean
Current release: 0.2.7
This is a deletion tool. Use at your own risk.
This product can permanently delete workflow runs, artifacts, caches, and workflow configurations. Review the target host, account, repository, and cleanup scope before execution.
From any Mac:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/WayneTechLab/GH-Workflow-Clean/main/install.sh)"Then:
gh auth login -h github.com
gh-actions-cleanupOr open the native app:
open "/Applications/GH Workflow Clean.app"- checks GitHub CLI authentication status first
- lets the user choose a GitHub host and authenticated account
- accepts
OWNER/REPO,HOST/OWNER/REPO, or full GitHub repo URLs - loads repository lists in the GUI with checkmarks and select-all
- disables workflows
- deletes workflow runs
- deletes artifacts
- deletes caches
- keeps the CLI as the cleanup engine under the native GUI
- keeps quick auth controls in the lower status bar
- moves full host/account/session controls into a dedicated
Settingspage - stores only the last host, account, and repo, without storing tokens
- redacts common token and key patterns from the native app log panel
- native SwiftUI macOS app
- responsive single-shell layout
- ultrawide and 4K aware launch sizing
- compact layout support for smaller windows
- a cleaner
Control Centerwith auth moved off the home workspace - a dedicated
Settingspage for GitHub session management - a lower status bar with refresh, login, logout, and direct settings access
- every-launch warning and Terms of Service acceptance screen
- safety arm switch before destructive cleanup
- bundled help, security, and project info files inside the app