From 3f56a3b55b23f5a6185182c1c755642d85ec93f1 Mon Sep 17 00:00:00 2001 From: abfedena Date: Fri, 14 Jan 2022 00:12:05 +0530 Subject: [PATCH] Update bundel.yml --- .github/workflows/bundel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bundel.yml b/.github/workflows/bundel.yml index eae9627..f7dc6f4 100644 --- a/.github/workflows/bundel.yml +++ b/.github/workflows/bundel.yml @@ -10,10 +10,10 @@ jobs: bundlecheck: runs-on: ubuntu-latest steps: - - uses: web3@1.6.1 + - uses: actions/checkout@v1 - uses: carlesnunez/check-my-bundlephobia@v1 with: - repo-token: ${{ secrets.BUNDEL_TOKEN }} + repo-token: ${{ secrets.GITHUB_TOKEN }} strict: true threshold: 500 ignore-dev-dependencies: true