Skip to content

Commit 9f57de7

Browse files
committed
Use GH OIDC for bundle analysis upload
1 parent 30286f8 commit 9f57de7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/vite.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ export default defineConfig((env) => ({
7373
codecovVitePlugin({
7474
debug: true,
7575
enableBundleAnalysis: process.env.UPLOAD_CODECOV_BUNDLE === "true",
76-
uploadToken: process.env.CODECOV_TOKEN,
7776
bundleName: "mas-frontend",
7877
gitService: "github",
78+
oidc: {
79+
useGitHubOIDC: true,
80+
},
7981
}),
8082

8183
// Custom plugin to make sure that each asset has an entry in the manifest

0 commit comments

Comments
 (0)