diff options
| author | XhmikosR <[email protected]> | 2021-01-05 15:22:44 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-07-30 08:37:06 +0300 |
| commit | 0ed8a07834b00a040de1fd78efdfbc4ee154448f (patch) | |
| tree | 16e21de3e33b11d1056ee36b5ee98ea179f09f26 /.github/workflows | |
| parent | 742269a73494300c149ca916328f3762cae616cc (diff) | |
| download | bootstrap-main-xmr-bundlewatch-action.tar.xz bootstrap-main-xmr-bundlewatch-action.zip | |
Move bundlewatch to GitHub Actionsmain-xmr-bundlewatch-action
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/bundlewatch.yml | 9 |
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 }}" |
