Skip to content

Commit

Permalink
check for secreto
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed May 15, 2024
1 parent 4693db3 commit ce0ea7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Upload Dashboard
run: |
# Push new dashboard changes
echo ${{ secrets.GRAFANA_USERNAME }}
# 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
Expand Down

0 comments on commit ce0ea7f

Please sign in to comment.