We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e01ee commit c05fe10Copy full SHA for c05fe10
1 file changed
.github/workflows/change_check.yml
@@ -55,7 +55,9 @@ jobs:
55
run: api-extractor run
56
57
- name: Check bundle size using bundlemon
58
- run: npx bundlemon@1.4.0
+ run: npx bundlemon@3
59
env:
60
- BUNDLEMON_PROJECT_ID: 630fceda4ed824a9d3733ec0
61
- CI_COMMIT_SHA: ${{github.event.pull_request.head.sha || github.sha}}
+ BUNDLEMON_PROJECT_ID: 69e5e44cf67d5035af9fd1c0
+ 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