diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 58c7ca7..c4c56dc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,10 @@ jobs: run: curl -s https://cli.nr-ext.net/installer.sh | sudo bash - name: NR1 CLI - Add Profile - run: nr1 profiles:add --name test-env --api-key ${{ secrets.NEW_RELIC_API_KEY }} --region ${NEW_RELIC_REGION} + run: nr1 profiles:add --name test-env --api-key ${NEW_RELIC_API_KEY} --region ${NEW_RELIC_REGION} + with: + NEW_RELIC_API_KEY: ${{ secrets.NEW_RELIC_API_KEY }} + NEW_RELIC_REGION: ${{ var.NEW_RELIC_REGION }} - name: NR1 CLI - Display Version run: nr1 --version