From 46a91f2b94e2d14053a2f8b9f5ac1ef0ca6bd63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 8 Oct 2020 16:06:24 +0200 Subject: [PATCH] Automation: Add sending metrics to Grafana Cloud (#28119) Sends metrics from github automation actions to Grafana Cloud --- .github/workflows/commands.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 05e16a05d39..4881d1e2ab2 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -20,5 +20,6 @@ jobs: - name: Run Commands uses: ./actions/commands with: + metricsWriteAPIKey: ${{secrets.GRAFANA_MISC_STATS_API_KEY}} token: ${{secrets.GH_BOT_ACCESS_TOKEN}} config-path: commands