Skip to content

Commit 7ccd845

Browse files
committed
Use variable instead of secret for Grafana URL in CI; add comment
1 parent 9bf225a commit 7ccd845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cloud.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ jobs:
3434
- name: Run tests
3535
run: uv run pytest tests --cloud
3636
env:
37-
GRAFANA_URL: ${{ secrets.CLOUD_GRAFANA_URL }}
37+
# E.g. https://mcptests.grafana-dev.net.
38+
GRAFANA_URL: ${{ vars.CLOUD_GRAFANA_URL }}
3839
GRAFANA_API_KEY: ${{ secrets.CLOUD_GRAFANA_API_KEY }}

0 commit comments

Comments
 (0)