We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41223bf commit f5c563dCopy full SHA for f5c563d
.github/workflows/code-metrics.yml
@@ -40,7 +40,7 @@ jobs:
40
with:
41
insertApiKey: ${{ secrets.NEW_RELIC_METRICS_API_KEY }}
42
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
43
- region: EN
+ region: ${{ secrets.NEW_RELIC_ACCOUNT_REGION }}
44
application: codeCoverageAction
45
metricName: codeCoverage
46
metricValue: ${{ steps.code_coverage.outputs.percentage }}
0 commit comments