From 401dc1e70ea6e9a2202bf75dcdbe5ab2844a9a92 Mon Sep 17 00:00:00 2001 From: Marty Tippin <120425148+tippmar-nr@users.noreply.github.com> Date: Wed, 22 May 2024 12:31:58 -0500 Subject: [PATCH] minor tweak --- .github/workflows/dotnet.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index eacec72..f5b148b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -79,7 +79,7 @@ jobs: with: persist-credentials: false fetch-depth: 0 - + - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # 3.3.0 @@ -124,6 +124,8 @@ jobs: account_id: ${{ secrets.NEW_RELIC_ACCOUNT_ID }} api_key: ${{ secrets.NEW_RELIC_API_KEY }} license_key: ${{ secrets.NEW_RELIC_LICENSE_KEY }} + # set the region to Staging if using a staging license key. Also set NEW_RELIC_HOST in tests/chart/templates/deployment.yaml + #region: Staging publish: runs-on: ubuntu-latest