Skip to content

Commit

Permalink
build: update secret (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlnf authored Jan 27, 2025
1 parent 918181f commit 3134ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
grafana_otlp_endpoint: ${{ secrets.HUB_GRAFANA_OTLP_ENDPOINT }}
grafana_instance_id: ${{ secrets.HUB_GRAFANA_INSTANCE_ID }}
grafana_api_key: ${{ secrets.HUB_GRAFANA_API_KEY }}
grafana_headers: ${{ secrets.HUB_GRAFANA_HEADERS }}
grafana_headers: ${{ secrets.GRAFANA_HEADERS }}
2 changes: 1 addition & 1 deletion .github/workflows/production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
grafana_otlp_endpoint: ${{ secrets.HUB_GRAFANA_OTLP_ENDPOINT }}
grafana_instance_id: ${{ secrets.HUB_GRAFANA_INSTANCE_ID }}
grafana_api_key: ${{ secrets.HUB_GRAFANA_API_KEY }}
grafana_headers: ${{ secrets.HUB_GRAFANA_HEADERS }}
grafana_headers: ${{ secrets.GRAFANA_HEADERS }}

0 comments on commit 3134ec0

Please sign in to comment.