2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

Revert "remove need for hard coded token (#9136)" (#9177)

This reverts commit 9f236f5ce9.
This commit is contained in:
Matthias Mair
2025-02-25 10:44:14 +01:00
committed by GitHub
parent 9f236f5ce9
commit 89c5148873
2 changed files with 7 additions and 7 deletions

View File

@ -43,11 +43,9 @@ export default defineConfig({
requireEnv: true
}),
codecovVitePlugin({
enableBundleAnalysis: true,
enableBundleAnalysis: process.env.CODECOV_TOKEN !== undefined,
bundleName: 'pui_v1',
oidc: {
useGitHubOIDC: true
}
uploadToken: process.env.CODECOV_TOKEN
})
],
build: {