We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf225a commit 7ccd845Copy full SHA for 7ccd845
.github/workflows/cloud.yml
@@ -34,5 +34,6 @@ jobs:
34
- name: Run tests
35
run: uv run pytest tests --cloud
36
env:
37
- GRAFANA_URL: ${{ secrets.CLOUD_GRAFANA_URL }}
+ # E.g. https://mcptests.grafana-dev.net.
38
+ GRAFANA_URL: ${{ vars.CLOUD_GRAFANA_URL }}
39
GRAFANA_API_KEY: ${{ secrets.CLOUD_GRAFANA_API_KEY }}
0 commit comments