Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Github Action to deploy Grafana dashboards

Notifications You must be signed in to change notification settings

casavo/action-grafana-dashboards-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Grafana Dashboards Deploy Action

Github Action to deploy grafana dashboards through APIs.

Usage

Here is an example of how to use this action with Grafana dashboards' JSON files under the dashboards folder of your repo:

name: Deploy
on:
  release:
    types: [ published ]

jobs:
  deployment:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - name: Deploy
      uses: casavo/action-grafana-dashboards-deploy@v1
      with:
        endpoint: https://grafana.my.tld
        api-key: ${{ secrets.GRAFANA_API_KEY }}
        folder: MyGrafanaFolder

About

Github Action to deploy Grafana dashboards

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages