mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 05:21:50 +08:00
Toolkit: add CI to the signing URL (#23507)
This commit is contained in:
@ -71,7 +71,7 @@ const manifestRunner: TaskRunner<ManifestOptions> = async ({ folder }) => {
|
||||
|
||||
const pluginPath = path.join(folder, 'plugin.json');
|
||||
const plugin = require(pluginPath);
|
||||
const url = `https://grafana.com/api/plugins/${plugin.id}/sign`;
|
||||
const url = `https://grafana.com/api/plugins/${plugin.id}/ci/sign`;
|
||||
manifest.plugin = plugin.id;
|
||||
manifest.version = plugin.version;
|
||||
|
||||
|
Reference in New Issue
Block a user