8000 [skip changelog] Gather downloads stats from GitHub releases by masci · Pull Request #665 · arduino/arduino-cli · GitHub
[go: up one dir, main page]

Skip to content

[skip changelog] Gather downloads stats from GitHub releases #665

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 22, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert, failures reporting works ok
  • Loading branch information
Massimiliano Pippi authored and masci committed Apr 21, 2020
commit 8feff8f104b2fe068072f140f5e1ebabfe4ad525
2 changes: 1 addition & 1 deletion .github/workflows/stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Send metrics
uses: masci/datadog@v1
with:
api-key: ${{ secrets._DD_API_KEY }}
api-key: ${{ secrets.DD_API_KEY }}
# Metrics input expects YAML but JSON will work just right.
metrics: ${{steps.fetch.outputs.result}}

Expand Down
0