diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0108a1a81..38cc7b5ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,6 @@ jobs: quality: name: Check quality runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write strategy: matrix: command: @@ -60,10 +57,3 @@ jobs: pattern: 'packages/**/dist/*.{js,cjs,mjs}' exclude: '{**/*.map,**/node_modules/**}' repo-token: ${{ secrets.GITHUB_TOKEN }} - - if: matrix.command == 'build' - uses: transferwise/actions-next-bundle-analyzer@v2 - with: - working-directory: ./websites/visualization - comment-strategy: 'always' - create-issue: false - github-token: ${{ secrets.GITHUB_TOKEN }}