Skip to content

Commit

Permalink
fix: Fix iternal release process
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhousley committed Sep 1, 2023
1 parent 7e3b837 commit b2fb595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
nrba_app_id: ${{ secrets.INTERNAL_STAGING_APPLICATION_ID }}
nrba_license_key: ${{ secrets.INTERNAL_LICENSE_KEY }}
nrba_current_script_url: https://js-agent.newrelic.com/nr-loader-spa-current.min.js
nrba_next_script_url: https://js-agent.newrelic.com/dev/nr-loader-spa-${{ steps.agent-loader-version.outputs.results }}.min.js
nrba_next_script_url: https://js-agent.newrelic.com/nr-loader-spa-${{ steps.agent-loader-version.outputs.results }}.min.js
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_role: ${{ secrets.AWS_ROLE_ARN }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
nrba_app_id: ${{ secrets.INTERNAL_STAGING_APPLICATION_ID }}
nrba_license_key: ${{ secrets.INTERNAL_LICENSE_KEY }}
nrba_current_script_url: https://js-agent.newrelic.com/nr-loader-spa-current.min.js
nrba_next_script_url: https://js-agent.newrelic.com/dev/nr-loader-spa-${{ steps.agent-loader-version.outputs.results }}.min.js
nrba_next_script_url: https://js-agent.newrelic.com/nr-loader-spa-${{ steps.agent-loader-version.outputs.results }}.min.js
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_role: ${{ secrets.AWS_ROLE_ARN }}
Expand Down

0 comments on commit b2fb595

Please sign in to comment.