This is an automated email from the ASF dual-hosted git repository.
miao pushed a commit to branch grafana_plugin
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/grafana_plugin by this push:
new f0d4a53bf41 Sign grafana plugin
f0d4a53bf41 is described below
commit f0d4a53bf412f03a540129a36f00232b5a8f1f8a
Author: Cloudwise_Luke <[email protected]>
AuthorDate: Wed Jun 14 13:29:24 2023 +0800
Sign grafana plugin
---
.github/workflows/grafana-plugin.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/grafana-plugin.yml
b/.github/workflows/grafana-plugin.yml
index 56739a6739b..febca3fdf65 100644
--- a/.github/workflows/grafana-plugin.yml
+++ b/.github/workflows/grafana-plugin.yml
@@ -65,7 +65,7 @@ jobs:
./backend-compile.sh
- name: Sign grafana plugin
- run: npx @grafana/sign-plugin@latest
+ run: npx @grafana/sign-plugin@latest --distDir
iotdb-connector/grafana-plugin/dist
env:
GRAFANA_API_KEY: ${{ secrets.GRAFANA_PLUGIN_TOKEN }}