Grafana Sync
Version updated for https://github.com/SRGSSR/grafana-sync-action to version v1.2.1.
- This action is used across all versions by 2 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Grafana Dashboard Backup Action is a GitHub Action designed to automate the process of backing up Grafana dashboards by integrating with a Grafana instance and storing the backups in a GitHub repository. It solves the problem of manually exporting and version-controlling Grafana dashboards by scheduling automated backups and creating pull requests when changes are detected. Key capabilities include daily scheduled backups, manual workflow triggering, and automated pull request creation to track updates.
Release notes
1.2.1 (2026-03-02)
Enhancements and Bug Fixes 🐛
- update dependencies, node version and add a .nvmrc (e09104f)