From 06ea2267ca50bf9dc3b8635907205ac1d2b991cd Mon Sep 17 00:00:00 2001 From: abfedena Date: Fri, 14 Jan 2022 00:27:06 +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 de9d260..cc78656 100644 --- a/.github/workflows/bundel.yml +++ b/.github/workflows/bundel.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - uses: react-medium-editor@1.8.1 + - uses: docker-parse-image@3.0.1 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.SECRET_TOKEN }} strict: true threshold: 500 ignore-dev-dependencies: true