Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed May 15, 2024
1 parent c7bf01f commit f347b4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/upload-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
# Push new dashboard changes

# App Developer Dashboard
curl -X POST \
-F 'files=json=examples/dashboards/app_developer.json' -H 'Content-Type: multipart/form-data' https://${{ secrets.GRAFANA_USERNAME }}:${{ secrets.GRAFANA_PASSWORD }}@grafana.com/api/dashboards/20970/revisions
curl -X POST -F 'files=json=examples/dashboards/app_developer.json' -H 'Content-Type: multipart/form-data' https://${{ secrets.GRAFANA_USERNAME }}:${{ secrets.GRAFANA_PASSWORD }}@grafana.com/api/dashboards/20970/revisions

# Business User Dashboard
curl -X POST \
Expand Down

0 comments on commit f347b4f

Please sign in to comment.