Skip to content

Commit

Permalink
Add url in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmci committed Aug 5, 2024
1 parent f590465 commit 15a0981
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ jobs:
- name: Send metrics to Grafana Cloud
run: |
curl -X POST \
-H "Authorization: Bearer ${{ secrets.GRAFANA_CLOUD_USERNAME }}:${{ secrets.GRAFANA_CLOUD_PASSWORD }}" \
-H "Content-Type: application/json" \
"${{ secrets.GRAPHITE_URL }}" -d '[{
curl -X POST -H "Authorization: Bearer ${{ secrets.GRAPHITE_API_KEY }}" -H "Content-Type: application/json" "${{ secrets.GRAPHITE_URL }}" -d '[{
"name": "test.duration",
"interval": 10,
"value": ${{ env.build_duration }},
Expand Down

0 comments on commit 15a0981

Please sign in to comment.