Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
/ plugin-workflows Public archive

A set of GitHub Action workflows for developing Grafana plugins

License

Notifications You must be signed in to change notification settings

grafana/plugin-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Deprecated

Please take a look in plugin-tools repository for an up-to-date example: https://github.com/grafana/plugin-tools/tree/main/packages/create-plugin/templates/github/ci/.github/workflows

Plugin workflows for GitHub Actions

License PRs welcome!

This repository contains a set of workflows for building, testing, and releasing Grafana plugins.

These workflows require no modifications to use:

  • Create a .github/workflows directory in the root directory of your plugin
  • Add the workflows, e.g. .github/workflows/ci.yml.

Workflows

  • ci.yml: Build and test your plugin on every commit
  • release.yml: Create a GitHub release with the packaged plugin as a release asset. Requires that you create an encrypted secret for your GRAFANA_API_KEY.

Troubleshooting

error Command "sign" not found when running yarn sign

Add the following script to your package.json:

"scripts": {
  "sign": "grafana-toolkit plugin:sign"
}

About

A set of GitHub Action workflows for developing Grafana plugins

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published