Skip to content

Commit

Permalink
docs: specify region in the README examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenb committed Feb 7, 2023
1 parent 8e5cf60 commit 3559b2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: newrelic/deployment-marker-action@v2.2.0
with:
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
region: "US"
guid: ${{ secrets.NEW_RELIC_DEPLOYMENT_ENTITY_GUID }}
version: "${{ env.RELEASE_VERSION }}"
user: "${{ github.actor }}"
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
uses: newrelic/deployment-marker-action@v2.2.0
with:
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
region: "US"
guid: ${{ secrets.NEW_RELIC_DEPLOYMENT_ENTITY_GUID_App123 }}
version: "${{ env.RELEASE_VERSION }}"
changelog: "https://github.com/${{ github.repository }}/blob/master/CHANGELOG.md"
Expand All @@ -101,6 +103,7 @@ jobs:
uses: newrelic/deployment-marker-action@v2.2.0
with:
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
region: "US"
guid: ${{ secrets.NEW_RELIC_DEPLOYMENT_ENTITY_GUID_App456 }}
version: "${{ env.RELEASE_VERSION }}"
changelog: "https://github.com/${{ github.repository }}/blob/master/CHANGELOG.md"
Expand All @@ -114,6 +117,7 @@ jobs:
uses: newrelic/deployment-marker-action@v2.2.0
with:
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
region: "US"
guid: ${{ secrets.NEW_RELIC_DEPLOYMENT_ENTITY_GUID_App789 }}
version: "${{ env.RELEASE_VERSION }}"
changelog: "https://github.com/${{ github.repository }}/blob/master/CHANGELOG.md"
Expand Down

0 comments on commit 3559b2b

Please sign in to comment.