From c6f1ddc3d1f8fced85d85fe29ace90e2d90e6df1 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Mon, 21 Apr 2025 12:33:14 +0200 Subject: [PATCH] ci: fix output of auto-analyze workflow (#2169) --- .github/workflows/auto-analyze.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-analyze.yml b/.github/workflows/auto-analyze.yml index 8e935c9e..f917b6cc 100644 --- a/.github/workflows/auto-analyze.yml +++ b/.github/workflows/auto-analyze.yml @@ -33,3 +33,4 @@ jobs: strip-hash: "\\b\\w{8}\\." pattern: './dist/**/*.{js,css,html,json,woff2,svg,png}' exclude: '{./dist/manifest.json,./dist/build.zip,**/*.map,**/node_modules/**}' + repo-token: '${{ secrets.PAT }}'