Skip to content

Commit c05fe10

Browse files
committed
Update bundlemon to version 3 to fix CI failures on change check
1 parent 16e01ee commit c05fe10

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/change_check.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
run: api-extractor run
5656

5757
- name: Check bundle size using bundlemon
58-
run: npx bundlemon@1.4.0
58+
run: npx bundlemon@3
5959
env:
60-
BUNDLEMON_PROJECT_ID: 630fceda4ed824a9d3733ec0
61-
CI_COMMIT_SHA: ${{github.event.pull_request.head.sha || github.sha}}
60+
BUNDLEMON_PROJECT_ID: 69e5e44cf67d5035af9fd1c0
61+
BUNDLEMON_PROJECT_APIKEY: ${{ secrets.BUNDLEMON_PROJECT_APIKEY }}
62+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+
CI_COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)