A shortcut to work with Github Actions(GHA) using Alfred. Users can register to watch for a GHA run, and Alfred will send a notifcation when the run is done.
- Install Alfred powerpack.
- Download the latest version here.
- Install the workflow to Alfred.
gha-login <token>
: Authenticate with Github personal access token.
This token will be stored in the user's keychain at local. Users will probably be asked to enter their "login" password to access the keychain when logging in the first time, click on "Always Allow" to avoid having to re-enter the keychain password next times.
gha-refresh
: To update list of repositories.
Use ↩ to navigate the path to a GHA run. This path follows respository, workflow and run.
- Standing at the repository:
- ↩ to see a list of workflows that belong to this respository.
- CMD↩ to open the web url of that repo.
- Standing at the workflow:
- ↩ to see a list of runs triggered for that workflow.
- CMD↩ to open the web url of that workflow.
- Standing at the run:
- ↩ to open the web url of that run.
- CMD↩ to register the run to watch. Alfred will send a notification message when the run is done.