Commit 8ed6ab2b by Ryan McKinley Committed by GitHub

Toolkit: add CI to the signing URL (#23507)

parent 58257a95
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment