grafana/Fleet Management Sync
Sync pipeline configurations to Grafana Fleet Management
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 19, 2026
- License
- Apache 2.0
Pinned Snippet
uses: grafana/fleet-management-sync-action@8334249e3c1045f29b87c96ae1b855f26f8d509d # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pipelines-root-path | Root path to start searching for pipeline files | yes | — |
| fm-url | Fleet Management API URL | yes | — |
| fm-username | Fleet Management username for authentication | yes | — |
| fm-token | Fleet Management API token for authentication | yes | — |
| timeout | Timeout for the GitHub Action (e.g., "30s", "2m") | no | 1m |
| verbose | Enable verbose logging for debugging | no | false |
| dry-run | Run without making actual changes (shows what would be synced) | no | false |
| namespace | Namespace for the pipelines, used to scope syncs | yes | — |
| global-matcher | Global matcher to add to all pipelines (optional) | no | "" |
Outputs
no outputs