We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30286f8 commit 9f57de7Copy full SHA for 9f57de7
frontend/vite.config.ts
@@ -73,9 +73,11 @@ export default defineConfig((env) => ({
73
codecovVitePlugin({
74
debug: true,
75
enableBundleAnalysis: process.env.UPLOAD_CODECOV_BUNDLE === "true",
76
- uploadToken: process.env.CODECOV_TOKEN,
77
bundleName: "mas-frontend",
78
gitService: "github",
+ oidc: {
79
+ useGitHubOIDC: true,
80
+ },
81
}),
82
83
// Custom plugin to make sure that each asset has an entry in the manifest
0 commit comments