mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
Move bundlewatch to GitHub Actions
This commit is contained in:
@@ -32,7 +32,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 }}"
|
||||
|
||||
Reference in New Issue
Block a user