aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-01-05 15:22:44 +0200
committerXhmikosR <[email protected]>2021-07-30 08:37:06 +0300
commit0ed8a07834b00a040de1fd78efdfbc4ee154448f (patch)
tree16e21de3e33b11d1056ee36b5ee98ea179f09f26 /.github
parent742269a73494300c149ca916328f3762cae616cc (diff)
downloadbootstrap-main-xmr-bundlewatch-action.tar.xz
bootstrap-main-xmr-bundlewatch-action.zip
Move bundlewatch to GitHub Actionsmain-xmr-bundlewatch-action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bundlewatch.yml9
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 }}"