Skip to content

Commit

Permalink
undo BA endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-codecov committed Nov 13, 2024
1 parent 59dd6eb commit 7a1f66f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
run: |
yarn build
env:
CODECOV_API_URL: ${{ secrets.CODECOV_SHELTER_BA_URL }}
CODECOV_API_URL: ${{ secrets.CODECOV_API_URL }}
CODECOV_ORG_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
CODECOV_BUNDLE_NAME: 'gazebo-production'
UPLOAD_CODECOV_BUNDLE_STATS: true
Expand Down
1 change: 0 additions & 1 deletion vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default defineConfig((config) => {
bundleName: process.env.CODECOV_BUNDLE_NAME,
apiUrl: process.env.CODECOV_API_URL,
uploadToken: process.env.CODECOV_ORG_TOKEN,
debug: true
})
)
}
Expand Down

0 comments on commit 7a1f66f

Please sign in to comment.