From 76ac124861e890e11f44c63a52bf8e0128ab9769 Mon Sep 17 00:00:00 2001 From: Nikos Douvlis Date: Thu, 6 Jun 2024 11:37:37 +0300 Subject: [PATCH] chore(repo): Enable bundlewatch --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f290129c0ae..478c1a01bf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,16 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true +env: + # Bundlewatch + # DO NOT REMOVE :) + BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} + CI_REPO_OWNER: ${{ vars.REPO_OWNER }} + CI_REPO_NAME: ${{ vars.REPO_NAME }} + CI_COMMIT_SHA: ${{ github.event.pull_request.head.sha }} + CI_BRANCH: ${{ github.ref }} + CI_BRANCH_BASE: refs/heads/main + jobs: formatting-linting: name: Formatting, linting & changeset checks