From 0ed8a07834b00a040de1fd78efdfbc4ee154448f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 5 Jan 2021 15:22:44 +0200 Subject: Move bundlewatch to GitHub Actions --- .github/workflows/bundlewatch.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.github/workflows') 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/bundlewatch-gh-action@0.2.0 + with: + branch-base: main + bundlewatch-config: .bundlewatch.config.json + bundlewatch-github-token: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}" -- cgit v1.2.3