Skip to content

Commit

Permalink
vars
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-pilcher committed Dec 13, 2024
1 parent 4a743e7 commit 102a785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: nr1 profiles:add --name test-env --api-key ${NEW_RELIC_API_KEY} --region ${NEW_RELIC_REGION}
env:
NEW_RELIC_API_KEY: ${{ secrets.NEW_RELIC_API_KEY }}
NEW_RELIC_REGION: ${{ var.NEW_RELIC_REGION }}
NEW_RELIC_REGION: ${{ vars.NEW_RELIC_REGION }}

- name: NR1 CLI - Display Version
run: nr1 --version
Expand Down

0 comments on commit 102a785

Please sign in to comment.