diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 16114e5..7be4639 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: user_email: 'github-actions[bot]@users.noreply.github.com' github_token: ${{ secrets.SYT_DEPLOY_PERSONAL_ACCESS_TOKEN }} repository: ${{ github.repository }} - honeybadger_api_key: ${{ secrets.HONEYBADGER_API_KEY }} + REACT_APP_HONEYBADGER_API_KEY: ${{ secrets.HONEYBADGER_API_KEY }} - name: Updating Domain run: echo "Update domain" \ No newline at end of file