mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Automation: Add sending metrics to Grafana Cloud (#28119)
Sends metrics from github automation actions to Grafana Cloud
This commit is contained in:
parent
0b0f5bd65c
commit
46a91f2b94
1
.github/workflows/commands.yml
vendored
1
.github/workflows/commands.yml
vendored
@ -20,5 +20,6 @@ jobs:
|
|||||||
- name: Run Commands
|
- name: Run Commands
|
||||||
uses: ./actions/commands
|
uses: ./actions/commands
|
||||||
with:
|
with:
|
||||||
|
metricsWriteAPIKey: ${{secrets.GRAFANA_MISC_STATS_API_KEY}}
|
||||||
token: ${{secrets.GH_BOT_ACCESS_TOKEN}}
|
token: ${{secrets.GH_BOT_ACCESS_TOKEN}}
|
||||||
config-path: commands
|
config-path: commands
|
||||||
|
Loading…
Reference in New Issue
Block a user