CI: migrate release workflow from GitHub Actions to Forgejo Actions
All checks were successful
Mirror to GitHub / mirror (push) Successful in 1s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 1s
GitHub Actions self-hosted runners need per-repo registration on a personal account; Forgejo Actions' runner already serves every repo with zero setup. Moves release publishing there (dl.breadway.dev stays the primary bakery target; GitHub release upload is kept as the fallback via an explicit token, since Forgejo Actions has no ambient GITHUB_TOKEN) and adds a mirror workflow to keep GitHub in sync automatically.
This commit is contained in:
parent
0fdac8e07c
commit
3b6e37ecfe
4 changed files with 60 additions and 60 deletions
|
|
@ -108,7 +108,10 @@ breadcrumbs [--profile <name>] <command>
|
|||
| `detect [--apply]` | Guess profile from visible networks; optionally apply it |
|
||||
| `add <ssid> [password]` | Add or update a saved network |
|
||||
| `forget <ssid>` | Remove a network from config and NetworkManager |
|
||||
| `join <ssid>` | Connect to a specific saved network by SSID, bypassing profile routing |
|
||||
| `networks [--json]` | List saved network SSIDs |
|
||||
| `scan [--to <profile>]` | Interactive scan, pick, connect and save |
|
||||
| `scan-list [--json]` | Scan for visible networks and list them with signal strength |
|
||||
| `list [--show-passwords]` | Show config: settings, networks, profiles |
|
||||
| `edit` | Open config in `$EDITOR`, validate on exit |
|
||||
| `doctor [--full]` | Quick connectivity and Tailscale diagnostics |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue