Skip to content

Commit

Permalink
fix: new relic CI region (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
annarhughes authored Apr 15, 2024
1 parent 92e9baa commit 149afd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/newrelic-release-tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: newrelic/[email protected]
with:
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
region: 'US'
region: 'EU'
guid: ${{ secrets.NEW_RELIC_DEPLOYMENT_ENTITY_GUID }}
version: '${{ env.COMMIT_REF }}'
user: '${{ github.actor }}'

0 comments on commit 149afd5

Please sign in to comment.