Skip to content

Commit

Permalink
fix new relic region
Browse files Browse the repository at this point in the history
  • Loading branch information
annarhughes committed Apr 15, 2024
1 parent 92e9baa commit 4126742
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/deployment-marker-action@v2.2.0
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 4126742

Please sign in to comment.