2
0
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:
XhmikosR
2021-01-05 15:22:44 +02:00
parent deb8e3febd
commit 4ece42eae9
3 changed files with 6 additions and 262 deletions
+5 -4
View File
@@ -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 }}"