aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bundlewatch.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml
index c212290df..7f6257051 100644
--- a/.github/workflows/bundlewatch.yml
+++ b/.github/workflows/bundlewatch.yml
@@ -29,7 +29,8 @@ jobs:
run: npm run dist
- name: Run bundlewatch
- run: npm run bundlewatch
- env:
- BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
- CI_BRANCH_BASE: main
+ uses: jackyef/[email protected]
+ with:
+ branch-base: main
+ bundlewatch-config: .bundlewatch.config.json
+ bundlewatch-github-token: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"