Skip to content

Commit

Permalink
hopefully resolve typo error and squish squash shhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed May 15, 2024
1 parent f347b4f commit feb0af7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/upload-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ jobs:
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 \
-F 'files=json=examples/dashboards/business_user.json' \
-H 'Content-Type: multipart/form-data' \
https://${{ secrets.GRAFANA_USERNAME }}:${{ secrets.GRAFANA_PASSWORD }}@grafana.com/api/dashboards/20981/revisions
curl -X POST -F 'files=json=examples/dashboards/business_user.json' -H 'Content-Type: multipart/form-data' https://${{ secrets.GRAFANA_USERNAME }}:${{ secrets.GRAFANA_PASSWORD }}@grafana.com/api/dashboards/20981/revisions

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

0 comments on commit feb0af7

Please sign in to comment.