Move bundlewatch to Actions
This commit is contained in:
parent
f43133ac41
commit
fb6e768df9
3 changed files with 5 additions and 124 deletions
9
.github/workflows/bundlewatch.yml
vendored
9
.github/workflows/bundlewatch.yml
vendored
|
|
@ -39,7 +39,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/bundlewatch-gh-action@0.2.0
|
||||
with:
|
||||
branch-base: main
|
||||
bundlewatch-config: .bundlewatch.config.json
|
||||
bundlewatch-github-token: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue