Skip to content

Commit c1f8e2a

Browse files
committed
leave tokenless example as it was
1 parent 070a297 commit c1f8e2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/tokenless/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default defineConfig({
1717
codecovVitePlugin({
1818
enableBundleAnalysis: true,
1919
bundleName: "@codecov/example-tokenless-app",
20+
uploadToken: process.env.TOKENLESS_UPLOAD_TOKEN,
2021
apiUrl: process.env.TOKENLESS_API_URL,
2122
gitService: "github",
2223
debug: true,

0 commit comments

Comments
 (0)