Skip to content

Commit 0865bf1

Browse files
chore: fix the a/b staging app id (#638)
1 parent 04794f6 commit 0865bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
uses: ./.github/actions/internal-ab
100100
with:
101101
nr_environment: staging
102-
nrba_app_id: ${{ secrets.INTERNAL_DEV_APPLICATION_ID }}
102+
nrba_app_id: ${{ secrets.INTERNAL_STAGING_APPLICATION_ID }}
103103
nrba_license_key: ${{ secrets.INTERNAL_LICENSE_KEY }}
104104
nrba_current_script_url: https://js-agent.newrelic.com/nr-loader-spa-current.min.js
105105
nrba_next_script_url: https://js-agent.newrelic.com/dev/nr-loader-experimental.min.js

0 commit comments

Comments
 (0)