@gitton-dev/plugin-github-actions
v0.0.17
Published
View and trigger GitHub Actions workflows from Gitton
Downloads
1,458
Maintainers
Readme
Gitton GitHub Actions Plugin
View and trigger GitHub Actions workflows directly from Gitton.

Features
- View all workflows in your repository
- See recent run status (success, failure, pending)
- Trigger workflow_dispatch enabled workflows
- Quick access to run logs on GitHub
Installation
- Download the latest release ZIP file
- In Gitton, go to Settings > Plugins
- Click "Upload ZIP" and select the downloaded file
Configuration
- Go to Settings > Plugins > GitHub Actions tab
- Enter your GitHub Personal Access Token
- Required scopes:
repo,workflow - Create a new token
- Required scopes:
- Enter your repository owner and name
- Click "Save Settings"
Usage
- Open a repository in Gitton
- Click the "GitHub Actions" item in the sidebar
- View your workflows and their status
- Click "Run Workflow" to trigger a workflow
Development
# Clone the repository
git clone https://github.com/example/gitton-plugin-github-actions
# Create ZIP for distribution
zip -r gitton-plugin-github-actions.zip gitton-plugin-github-actionsLicense
MIT
