From 592193244bcf9fb787d719505ca637b93db4f177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 5 Jul 2024 15:02:21 -0300 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 6e51e1d..eb61990 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -34,7 +34,6 @@ jobs: if: ${{ steps.current-version.outputs.version != steps.new-version.outputs.version }} uses: peter-evans/create-pull-request@v5 with: - token: ${{ secrets.BOT_TOKEN }} base: outdated add-paths: ./package/ commit-message: update ${{ steps.current-version.outputs.version }} -> ${{ steps.new-version.outputs.version }}